mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUAC-1170: CSS line-height of keyboard rows must be 0 (or row gaps do not function as expected).
This commit is contained in:
@@ -97,6 +97,10 @@
|
|||||||
border-style: inset;
|
border-style: inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.guac-keyboard .guac-keyboard-group {
|
||||||
|
line-height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.guac-keyboard .guac-keyboard-group.guac-keyboard-main,
|
.guac-keyboard .guac-keyboard-group.guac-keyboard-main,
|
||||||
.guac-keyboard .guac-keyboard-group.guac-keyboard-movement {
|
.guac-keyboard .guac-keyboard-group.guac-keyboard-movement {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Reference in New Issue
Block a user