Tourniquets Text Over 400px to Fix Table Length Issue

Fixes table length issue.
This commit is contained in:
Electron - Mark Firth 2018-06-26 16:16:50 +10:00 committed by GitHub
parent b6027547ed
commit 454b1c243e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,11 @@ button:disabled {
min-width: 0; min-width: 0;
box-shadow: none; box-shadow: none;
text-align: left; text-align: left;
/*Tourniquets text over 400px*/
max-width: 400px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} }
.btn.btn--external-link { .btn.btn--external-link {