Merge pull request #1694 from Invariant-Change/patch-3
Tourniquets Text to Fix Table Length Issue in Help
This commit is contained in:
commit
7f60b53d11
1 changed files with 7 additions and 0 deletions
|
@ -80,6 +80,13 @@ table.table--help {
|
|||
font-family: 'metropolis-semibold';
|
||||
min-width: 130px;
|
||||
}
|
||||
td:nth-of-type(2) {
|
||||
/*Tourniquets text over 20VW*/
|
||||
max-width: 20vw;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
table.table--transactions {
|
||||
|
|
Loading…
Reference in a new issue