GUAC-1170: Fix spacing of sections on resize - nothing should ever wrap.

This commit is contained in:
Michael Jumper
2015-04-28 21:47:33 -07:00
parent 9a276e1232
commit 4defd9b22b

View File

@@ -36,6 +36,12 @@
vertical-align: middle;
}
.guac-keyboard,
.guac-keyboard * {
overflow: hidden;
white-space: nowrap;
}
.guac-keyboard .guac-keyboard-key-container {
display: inline-block;
margin: 0.05em;