Skip to content
Snippets Groups Projects
Unverified Commit 2fc732ae authored by Jan C. Borchardt's avatar Jan C. Borchardt Committed by Julien Veyssier
Browse files

Dashboard: Ellipsize widget headings to one line

parent db42b469
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment