diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dashboard/src/App.vue | 5 |
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; } } |