Browse Source

Dashboard: Ellipsize widget headings to one line

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
pull/22327/head
Jan C. Borchardt 5 years ago
committed by Julien Veyssier
parent
commit
2fc732aebf
No known key found for this signature in database GPG Key ID: 4141FEE162030638
  1. 5
      apps/dashboard/src/App.vue

5
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;
}
}

Loading…
Cancel
Save