Merge pull request #5733 from nextcloud/app-menu-ellipsis

Long app names will have ellipsis in the app menu popover.
pull/5778/head
Morris Jobke 7 years ago committed by GitHub
commit 884751a8c0

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

Loading…
Cancel
Save