Merge pull request #5733 from nextcloud/app-menu-ellipsis
Long app names will have ellipsis in the app menu popover.
This commit is contained in:
commit
884751a8c0
1 changed files with 1 additions and 0 deletions
|
@ -272,6 +272,7 @@ nav {
|
|||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 110px;
|
||||
}
|
||||
svg,
|
||||
span {
|
||||
|
|
Loading…
Reference in a new issue