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:
Morris Jobke 2017-07-18 20:42:27 +02:00 committed by GitHub
commit 884751a8c0
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 {