Use white-space: nowrap; rather than replacing spaces with  s

This commit is contained in:
Flat 2016-07-07 18:31:10 +09:00
commit 497f388dcd
25 changed files with 28 additions and 27 deletions

View file

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