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

Fixes #5021

Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
Marin Treselj 2017-07-14 13:23:07 +02:00
parent 3865c77279
commit d78b281a71
1 changed files with 1 additions and 0 deletions

View File

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