]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Avoid wrapping labels
authorPierre Ossman <ossman@cendio.se>
Tue, 15 Nov 2016 14:44:49 +0000 (15:44 +0100)
committerPierre Ossman <ossman@cendio.se>
Wed, 4 Jan 2017 14:05:59 +0000 (15:05 +0100)
app/styles/base.css

index 502dec7541b3cab0da62264a84bab9bf567f5b9c..6f6afb75316145f9f98a9071b0d750e39a122a71 100644 (file)
@@ -456,6 +456,7 @@ input[type=button]:active, select:active {
 
 .noVNC_panel label {
   display: block;
+  white-space: nowrap;
 }
 
 .noVNC_panel .noVNC_heading {