From: Go MAEDA Date: Thu, 20 Jan 2022 13:59:06 +0000 (+0000) Subject: Text custom field values are not aligned with their labels when text formatting is... X-Git-Tag: 5.0.0~100 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7ad7d17a35268cca698086783412f52799703b35;p=redmine.git Text custom field values are not aligned with their labels when text formatting is enabled (#36455). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21372 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 4e998c11e..6ef5f8ef8 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -542,6 +542,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.string_cf .value .wiki p {margin-top: 0; margin-bottom: 0;} 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}