Long app names will have ellipsis in the app menu popover.

Fixes #5021

Signed-off-by: Marin Treselj <marin@pixelipo.com>
pull/5733/head
Marin Treselj 7 years ago
parent 3865c77279
commit d78b281a71

@ -272,6 +272,7 @@ nav {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 110px;
}
svg,
span {

Loading…
Cancel
Save