Add ellipsis for app titles in the app menu popover

Backport of #5733

Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
Marin Treselj 2017-07-18 20:57:20 +02:00
parent 041e327a6c
commit 33637c89f7
No known key found for this signature in database
GPG Key ID: 905E788FB6948E56
1 changed files with 1 additions and 0 deletions

View File

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