mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fixed row heights
This commit is contained in:
parent
4f7aa6bf72
commit
27e57e8b82
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ td > div {
|
|||
/* https://stackoverflow.com/a/22042054/2343739 */
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
display: -webkit-box !important; /* TODO: refactor out important */
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2; /* number of lines to show */
|
||||
line-height: 1.5; /* fallback */
|
||||
|
|
|
|||
Loading…
Reference in a new issue