Dashboard: Ellipsize widget headings to one line

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan C. Borchardt 2020-08-20 12:38:42 +02:00 committed by Julien Veyssier
parent db42b4691f
commit 2fc732aebf
No known key found for this signature in database
GPG Key ID: 4141FEE162030638
1 changed files with 5 additions and 0 deletions

View File

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