Avoid wrapping labels

This commit is contained in:
Pierre Ossman 2016-11-15 15:44:49 +01:00
parent cac935ffc2
commit 813458923e
1 changed files with 1 additions and 0 deletions

View File

@ -456,6 +456,7 @@ input[type=button]:active, select:active {
.noVNC_panel label {
display: block;
white-space: nowrap;
}
.noVNC_panel .noVNC_heading {