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