Prevent overflowing the flex grid

This commit is contained in:
Christoph Haas 2021-02-21 21:29:42 +01:00
parent fd9710a071
commit df855cd39b

View file

@ -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;
}