mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1170: Fix spacing of sections on resize - nothing should ever wrap.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user