Worker status nowrap

This commit is contained in:
Ruben van de Ven 2019-11-04 09:25:39 +01:00
parent 8fbf1ead9e
commit f020581c2e
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ html, body{
.spec_value{
font-size: var(--spec_value-font-size);
padding-bottom: 3%;
white-space:nowrap;
}