GUACAMOLE-723: Padding adjustment should be made only to the connection select menu.

This commit is contained in:
Michael Jumper
2019-06-15 18:11:17 -07:00
parent 18e1ec2240
commit a084ad41de
2 changed files with 1 additions and 4 deletions

View File

@@ -18,6 +18,7 @@
*/
.connection-select-menu {
padding: 0;
min-width: 0;
}

View File

@@ -65,10 +65,6 @@
margin-top: 1em;
}
#guac-menu .header h2 {
padding: 0;
}
#guac-menu #mouse-settings .choice {
text-align: center;
}