diff options
-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 { |