Skip to content
Snippets Groups Projects
Commit d78b281a authored by Marin Treselj's avatar Marin Treselj
Browse files

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


Fixes #5021

Signed-off-by: default avatarMarin Treselj <marin@pixelipo.com>
parent 3865c772
No related branches found
No related tags found
No related merge requests found
...@@ -272,6 +272,7 @@ nav { ...@@ -272,6 +272,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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment