Merge pull request #5777 from nextcloud/app-menu-ellipsis-stable12

[stable 12] Add ellipsis for app titles in the app menu popover
This commit is contained in:
Joas Schilling 2017-07-19 16:21:30 +02:00 committed by GitHub
commit 336ce139ae
1 changed files with 1 additions and 0 deletions

View File

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