From: Pierre Ossman Date: Tue, 15 Nov 2016 14:44:49 +0000 (+0100) Subject: Avoid wrapping labels X-Git-Tag: v1.0.0~199^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=813458923e50be7e751684c9f75daf3da883c7d7;p=mirror_novnc.git Avoid wrapping labels --- diff --git a/app/styles/base.css b/app/styles/base.css index 502dec7..6f6afb7 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -456,6 +456,7 @@ input[type=button]:active, select:active { .noVNC_panel label { display: block; + white-space: nowrap; } .noVNC_panel .noVNC_heading {