From cd9460c5308e93a79bec127d137feef25751d238 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 4 Mar 2026 01:49:32 +0000 Subject: [PATCH] Unify spacing around section separators on issue details page (#43836). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@24472 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index d122c47e6..b47d5cdd1 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -783,6 +783,7 @@ div.issue .attribute .value {overflow:auto; text-overflow: ellipsis;} div.issue .attribute.string_cf .value .wiki p {margin-block: 0;} div.issue .attribute.text_cf .value .wiki p:first-of-type {margin-block-start: 0;} div.issue.overdue .due-date .value { color: var(--oc-red-9); } +div.issue.details > hr { margin-block: 16px; } div#sticky-issue-header { display: none; position: fixed;