diff options
author | Go MAEDA <maeda@farend.jp> | 2021-08-10 12:38:08 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-08-10 12:38:08 +0000 |
commit | 99837b32533c53725f8dcc4b504424160aec935c (patch) | |
tree | 117c2aebededc8e778d64915cca4730ccaed3de1 | |
parent | 38034aa4af45ec5a120cd6b7b9d219af756a706c (diff) | |
download | redmine-99837b32533c53725f8dcc4b504424160aec935c.tar.gz redmine-99837b32533c53725f8dcc4b504424160aec935c.zip |
Merged r21137 from trunk to 4.1-stable (#35642).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@21149 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 5a161de87..40343bdde 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.text_cf .value .wiki p:first-of-type {margin-top: 0;} div.issue.overdue .due-date .value { color: #c22; } #issue_tree table.issues, #relations table.issues { border: 0; } |