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
No known key found for this signature in database
GPG Key ID: 4141FEE162030638
1 changed files with
5 additions and
0 deletions
-
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; |
|
|
|
} |
|
|
|
} |
|
|
|
|