]> source.dussan.org Git - redmine.git/commitdiff
Long text custom field values are not aligned with their labels (#35642).
authorGo MAEDA <maeda@farend.jp>
Thu, 5 Aug 2021 21:51:15 +0000 (21:51 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 5 Aug 2021 21:51:15 +0000 (21:51 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21137 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index e117bc1d0d8393d1bbf1c21ba1171de62184e78d..17b536e09005cd5d97b0d128073e47f5b8a9efbd 100644 (file)
@@ -540,6 +540,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}