From d8602dd1d49501026d5a26c47eda0a9f335cb8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Sat, 28 Oct 2023 16:31:05 +0000 Subject: [PATCH] Temporary fix for the Packages page --- custom/public/css/tweaks.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom/public/css/tweaks.css b/custom/public/css/tweaks.css index af788e1..e2b38f2 100644 --- a/custom/public/css/tweaks.css +++ b/custom/public/css/tweaks.css @@ -55,6 +55,11 @@ div.page-content.user.profile div.ui.container div.ui.stackable.grid div.ui.four padding-top: 7px; } +/* Temporary fix for the Packages page */ +.page-content.repository:not(.issues.repository.milestones) { + display: block; +} + /* === Verified Users and Organizations === */ /** ===== Organizations ===== **/