diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-07-14 13:23:07 +0200 |
---|---|---|
committer | Marin Treselj <marin@pixelipo.com> | 2017-07-14 13:23:07 +0200 |
commit | d78b281a71d55c857027d08452d9a7be86b7c455 (patch) | |
tree | ce2d21f96217adbd6e7be884359b719e533cbada /core | |
parent | 3865c77279e3b74ce8c336ddf84b3cb555963939 (diff) | |
download | nextcloud-server-d78b281a71d55c857027d08452d9a7be86b7c455.tar.gz nextcloud-server-d78b281a71d55c857027d08452d9a7be86b7c455.zip |
Long app names will have ellipsis in the app menu popover.
Fixes #5021
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index c4d4205103a..2e06c13d223 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -272,6 +272,7 @@ nav { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + max-width: 110px; } svg, span { |