Tourniquets Text Over 400px to Fix Table Length Issue
Fixes table length issue.
This commit is contained in:
parent
b6027547ed
commit
454b1c243e
1 changed files with 5 additions and 0 deletions
|
@ -66,6 +66,11 @@ button:disabled {
|
|||
min-width: 0;
|
||||
box-shadow: none;
|
||||
text-align: left;
|
||||
/*Tourniquets text over 400px*/
|
||||
max-width: 400px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.btn.btn--external-link {
|
||||
|
|
Loading…
Reference in a new issue