GUACAMOLE-723: Apply ellipsis to all overflowing menu titles by default.

This commit is contained in:
Michael Jumper
2019-06-15 18:49:32 -07:00
parent e351b355a5
commit e412742b59
2 changed files with 5 additions and 7 deletions

View File

@@ -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;

View File

@@ -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;