GUACAMOLE-630: Always expand connection parameters to available width, not just within Guacamole menu.

This commit is contained in:
Michael Jumper
2019-08-07 11:35:19 -07:00
parent 54ce038e3d
commit 9191a9f9ea
2 changed files with 4 additions and 13 deletions

View File

@@ -199,16 +199,3 @@
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%;
}

View File

@@ -29,6 +29,7 @@
display: table;
padding-left: .5em;
border-left: 3px solid rgba(0,0,0,0.125);
width: 100%;
}
.connection-parameters .form .fields .labeled-field {
@@ -40,8 +41,11 @@
display: table-cell;
padding: 0.125em;
vertical-align: top;
width: 100%;
}
.connection-parameters .form .fields .field-header {
padding-right: 1em;
width: 0;
white-space: nowrap;
}