From: Jan C. Borchardt Date: Thu, 20 Aug 2020 10:38:42 +0000 (+0200) Subject: Dashboard: Ellipsize widget headings to one line X-Git-Tag: v20.0.0beta1~12^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2fc732aebf1ad91b3fad0997f04dc5d6426f7f55;p=nextcloud-server.git Dashboard: Ellipsize widget headings to one line Signed-off-by: Jan C. Borchardt --- diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index cd7b5140e25..eb745252b12 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -379,10 +379,15 @@ export default { flex-grow: 1; margin: 0; font-size: 20px; + line-height: 24px; font-weight: bold; background-size: 32px; background-position: 14px 12px; padding: 16px 8px 16px 60px; + height: 56px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; cursor: grab; } }