diff options
author | Go MAEDA <maeda@farend.jp> | 2021-08-05 21:51:15 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-08-05 21:51:15 +0000 |
commit | 2c644004c003fa5677895ccf2c1afcf1fb6859fc (patch) | |
tree | 96a4d89803ec8a66438a7124f06a395a8d82c173 /public | |
parent | 14b06abd69b114ef585f3dcbab590a8952bbe846 (diff) | |
download | redmine-2c644004c003fa5677895ccf2c1afcf1fb6859fc.tar.gz redmine-2c644004c003fa5677895ccf2c1afcf1fb6859fc.zip |
Long text custom field values are not aligned with their labels (#35642).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@21137 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index e117bc1d0..17b536e09 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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} |