mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-723: Merge allow connection names to cleanly overflow in connection selection menu.
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
font-size: 0.8em;
|
||||
right: auto;
|
||||
left: 0;
|
||||
max-width: 100vw;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.connection-select-menu .menu-dropdown .menu-contents .filter input {
|
||||
@@ -46,3 +48,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