From d78b281a71d55c857027d08452d9a7be86b7c455 Mon Sep 17 00:00:00 2001 From: Marin Treselj Date: Fri, 14 Jul 2017 13:23:07 +0200 Subject: [PATCH] Long app names will have ellipsis in the app menu popover. Fixes #5021 Signed-off-by: Marin Treselj --- core/css/header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/header.scss b/core/css/header.scss index c4d4205103..2e06c13d22 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 {