mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Remove auto margin-left/margin-right from arbitrary descendants of display - should only be direct children of display.
This commit is contained in:
@@ -157,6 +157,9 @@ div.dialog p {
|
||||
|
||||
div#display * {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div#display > * {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user