From 2038a8aa6dd85469c63c05a0be1e9f351d580b80 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Fri, 18 Jan 2019 16:08:45 +0200 Subject: [PATCH] MetaItem title overflow fixed --- src/common/MetaItem/styles.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/MetaItem/styles.less b/src/common/MetaItem/styles.less index 1270f791e..0f8020fe9 100644 --- a/src/common/MetaItem/styles.less +++ b/src/common/MetaItem/styles.less @@ -60,6 +60,9 @@ font-size: 1.4em; padding: 0 0.5em; color: var(--color-surfacelighter); + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } .menu-icon {