From c4087a4ebd9dfd7fe604496547f57346e5a79b94 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Wed, 27 Jul 2022 10:49:46 +0200 Subject: [PATCH] [css] Fix up GitLabs epic milestone overview --- dot_local/share/user-content.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dot_local/share/user-content.css b/dot_local/share/user-content.css index 53e2c91..0e0a786 100644 --- a/dot_local/share/user-content.css +++ b/dot_local/share/user-content.css @@ -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,