mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUACAMOLE-630: Always expand connection parameters to available width, not just within Guacamole menu.
This commit is contained in:
		| @@ -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%; | ||||
| } | ||||
|   | ||||
| @@ -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; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user