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:
parent
d1cd82d37a
commit
689fe25a72
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue