Tourniquets Text Over 20VW to Fix Table Length Issue

Same CSS fix as https://github.com/lbryio/lbry-app/pull/1692
This commit is contained in:
Electron - Mark Firth 2018-06-26 23:40:44 +10:00 committed by GitHub
parent d1cd82d37a
commit 689fe25a72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,11 @@ table.table,
tr td:last-of-type,
tr th:last-of-type {
padding-right: $spacing-vertical * 2/3;
/*Tourniquets text over 20VW*/
max-width: 20vw;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
thead {