diff options
author | Go MAEDA <maeda@farend.jp> | 2023-05-06 23:40:36 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-05-06 23:40:36 +0000 |
commit | 35d0290cc00ccac0adca1b5b8ec217cd660d6b03 (patch) | |
tree | b9ee94e4c1b38ed9d2689c402fa47d40a5c5aeae | |
parent | 6bba55b7e7cc439249dc5592f2b3e6ab73fcd8d0 (diff) | |
download | redmine-35d0290cc00ccac0adca1b5b8ec217cd660d6b03.tar.gz redmine-35d0290cc00ccac0adca1b5b8ec217cd660d6b03.zip |
Merged r22230 from trunk to 5.0-stable (#33502).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22232 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 4a42ae90e..67e22bd74 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -554,7 +554,7 @@ div.issue span.private, div.journal span.private {font-size: 60%;} div.issue .next-prev-links {color:#999;} 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 .attributes .attribute .label {width: 170px; margin-left:-180px; font-weight:bold; float:left; overflow: clip visible; 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;} |