Merge pull request #1692 from Invariant-Change/patch-1

Tourniquets Text Over 20VW to Fix Table Length Issue
This commit is contained in:
Sean Yesmunt 2018-06-27 01:53:47 -04:00 committed by GitHub
commit f0f98945fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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