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;