mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-630: Allow connection parameters within Guacamole menu to use full available width.
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user