summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2020-08-20 12:38:42 +0200
committerJulien Veyssier <eneiluj@posteo.net>2020-08-20 15:55:50 +0200
commit2fc732aebf1ad91b3fad0997f04dc5d6426f7f55 (patch)
treefd8fba6b52a4ca3dceef7cbd18c0f9409f41a394 /apps
parentdb42b4691f370576931d7e345c9fe0838116565d (diff)
downloadnextcloud-server-2fc732aebf1ad91b3fad0997f04dc5d6426f7f55.tar.gz
nextcloud-server-2fc732aebf1ad91b3fad0997f04dc5d6426f7f55.zip
Dashboard: Ellipsize widget headings to one line
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps')
-rw-r--r--apps/dashboard/src/App.vue5
1 files changed, 5 insertions, 0 deletions
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;
}
}