Prevent overflowing the flex grid
This commit is contained in:
parent
fd9710a071
commit
df855cd39b
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ div.thumb-height
|
|||
font-weight: 700;
|
||||
padding-bottom: 5px;
|
||||
line-height: 120%;
|
||||
white-space: nowrap;
|
||||
/*white-space: nowrap; -> can overflow the flex grid – min-width:0 should fix it but I failed to use it properly */
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue