1
0
Fork 0

[css] Fix up GitLabs epic milestone overview

main
Sebastian Schulze 2022-07-27 10:49:46 +02:00
parent 8e84a44191
commit c4087a4ebd
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 18 additions and 0 deletions

View File

@ -191,6 +191,24 @@ body.gl-platform-linux ul.merge-request-tabs li a {
padding-left: 1em;
padding-right: 1em;
}
/* Unwrap Milestones in GitLab Epic overview */
div.related-items-tree span.milestone-title,
div.related-items-tree span.board-card-weight {
overflow: revert !important;
text-overflow: unset !important;
font-size: smaller;
font-family: "Iosevka" !important;
}
div.related-items-tree span.board-card-weight {
margin-left: 1em;
}
div.related-items-tree div.card svg.clock-icon {
height: 8px;
width: 8px;
}
/* Fix up the Hetzner Cloud Console */
hc-app a.editable_edit-link,