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:
parent
041e327a6c
commit
33637c89f7
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue