diff options
author | Go MAEDA <maeda@farend.jp> | 2022-01-21 00:04:06 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-01-21 00:04:06 +0000 |
commit | 6f6c990f20734c0de2262a1bc41c05c42d4aeca0 (patch) | |
tree | e636e848381fb67b5afd15f9ec48d1d4648b4a01 | |
parent | ea5cced2c15b6288f602510cbf7a1c4ae732507b (diff) | |
download | redmine-6f6c990f20734c0de2262a1bc41c05c42d4aeca0.tar.gz redmine-6f6c990f20734c0de2262a1bc41c05c42d4aeca0.zip |
Merged r21372 from trunk to 4.1-stable (#36455).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@21374 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 dae6b3ddc..4f4e13443 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -528,6 +528,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; } |