From: Go MAEDA Date: Tue, 10 Aug 2021 12:37:19 +0000 (+0000) Subject: Merged r21137 from trunk to 4.2-stable (#35642). X-Git-Tag: 4.2.3~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=10b9620176253a654c4dc00526e40c6ad0d15778;p=redmine.git Merged r21137 from trunk to 4.2-stable (#35642). git-svn-id: http://svn.redmine.org/redmine/branches/4.2-stable@21148 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index c1790a559..17b18e340 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -539,6 +539,7 @@ div.issue .attributes {margin-top: 2em;} div.issue .attributes .attribute {padding-left:180px; clear:left; min-height: 1.8em;} div.issue .attributes .attribute .label {width: 170px; margin-left:-180px; font-weight:bold; float:left; overflow:hidden; text-overflow: ellipsis;} div.issue .attribute .value {overflow:auto; text-overflow: ellipsis;} +div.issue .attribute.text_cf .value .wiki p:first-of-type {margin-top: 0;} div.issue.overdue .due-date .value { color: #c22; } body.controller-issues h2.inline-flex {padding-right: 0}