Merge pull request #1694 from Invariant-Change/patch-3

Tourniquets Text to Fix Table Length Issue in Help
This commit is contained in:
Sean Yesmunt 2018-06-27 01:48:25 -04:00 committed by GitHub
commit 7f60b53d11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {