fixed row heights

This commit is contained in:
Collin M. Barrett 2019-08-06 14:04:22 -05:00
parent 4f7aa6bf72
commit 27e57e8b82

View file

@ -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 */