Merge pull request #755 from Flatta/use-css

Use CSS rather than tricky string manipulation
This commit is contained in:
System Void 2016-09-06 09:06:32 +01:00 committed by GitHub
commit 379aae6979
25 changed files with 27 additions and 27 deletions

View file

@ -2946,6 +2946,7 @@ form#vstobjects.suspended {
padding: 3px 14px 3px 27px;
position: absolute;
text-transform: uppercase;
white-space: nowrap;
word-break: keep-all;
z-index: -1;
}