summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2016-11-15 15:44:49 +0100
committerPierre Ossman <ossman@cendio.se>2017-01-04 15:05:59 +0100
commit813458923e50be7e751684c9f75daf3da883c7d7 (patch)
treec1cb931c20210dc07bbb78c895ec0c8fdb384ff6
parentcac935ffc2e3d9a05b5d54b609ecda7d8e811e85 (diff)
downloadnovnc-813458923e50be7e751684c9f75daf3da883c7d7.tar.gz
Avoid wrapping labels
-rw-r--r--app/styles/base.css1
1 files changed, 1 insertions, 0 deletions
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 {