From 6100e819c605dee78470ddb07939bceac06f1006 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 15 Nov 2016 15:44:49 +0100 Subject: [PATCH] Avoid wrapping labels --- app/styles/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/base.css b/app/styles/base.css index ad5896e8c..51a7d5bad 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -389,6 +389,7 @@ input[type=button]:active, select:active { .noVNC_panel label { display: block; + white-space: nowrap; } .noVNC_panel .noVNC_heading {