GUACAMOLE-630: Allow connection parameters within Guacamole menu to use full available width.

This commit is contained in:
Michael Jumper
2019-08-05 13:45:11 -07:00
parent cbc25aac6f
commit 6936aef540

View File

@@ -199,3 +199,16 @@
font-weight: bold;
}
#guac-menu #connection-settings .form .fields {
width: 100%;
}
#guac-menu #connection-settings .form .fields .field-header {
width: 0;
white-space: nowrap;
}
#guac-menu #connection-settings .form .fields .form-field {
width: 100%;
}