From f020581c2ee0ccae59ecd85c1f7a971be128d830 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Mon, 4 Nov 2019 09:25:39 +0100 Subject: [PATCH] Worker status nowrap --- www/worker_specs/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/worker_specs/style.css b/www/worker_specs/style.css index 34b7fed..9ca0c3e 100644 --- a/www/worker_specs/style.css +++ b/www/worker_specs/style.css @@ -75,6 +75,7 @@ html, body{ .spec_value{ font-size: var(--spec_value-font-size); padding-bottom: 3%; + white-space:nowrap; }