mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-27 23:23:07 +00:00 
			
		
		
		
	GUACAMOLE-723: Use ellipsis for overflowing connection names within the connection selection menu.
This commit is contained in:
		| @@ -35,6 +35,7 @@ | ||||
|     font-size: 0.8em; | ||||
|     right: auto; | ||||
|     left: 0; | ||||
|     max-width: 100%; | ||||
| } | ||||
|  | ||||
| .connection-select-menu .menu-dropdown .menu-contents .filter input { | ||||
| @@ -46,3 +47,10 @@ | ||||
|     margin-bottom: 0.5em; | ||||
|     padding: 0; | ||||
| } | ||||
|  | ||||
| .connection-select-menu .menu-dropdown .menu-contents .group-list .caption { | ||||
|     display: inline-block; | ||||
|     width: 100%; | ||||
|     overflow: hidden; | ||||
|     text-overflow: ellipsis; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user