Avoid wrapping labels
This commit is contained in:
parent
cac935ffc2
commit
813458923e
|
@ -456,6 +456,7 @@ input[type=button]:active, select:active {
|
||||||
|
|
||||||
.noVNC_panel label {
|
.noVNC_panel label {
|
||||||
display: block;
|
display: block;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noVNC_panel .noVNC_heading {
|
.noVNC_panel .noVNC_heading {
|
||||||
|
|
Loading…
Reference in New Issue