mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-723: Apply ellipsis to all overflowing menu titles by default.
This commit is contained in:
@@ -30,13 +30,6 @@
|
||||
border: none;
|
||||
}
|
||||
|
||||
.connection-select-menu .menu-dropdown .menu-title {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.connection-select-menu .menu-dropdown .menu-contents {
|
||||
font-weight: normal;
|
||||
font-size: 0.8em;
|
||||
|
@@ -68,6 +68,11 @@
|
||||
padding: 0.5em;
|
||||
padding-right: 2em;
|
||||
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
-ms-flex: 0 0 auto;
|
||||
-moz-box-flex: 0;
|
||||
-webkit-box-flex: 0;
|
||||
|
Reference in New Issue
Block a user