From 33637c89f722d056de26c39de32abedfacb60a2d Mon Sep 17 00:00:00 2001 From: Marin Treselj Date: Tue, 18 Jul 2017 20:57:20 +0200 Subject: [PATCH] Add ellipsis for app titles in the app menu popover Backport of #5733 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 cd6933d2755..c3a878357ce 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -276,6 +276,7 @@ nav { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + max-width: 110px; } svg, span {