From: Go MAEDA Date: Fri, 5 May 2023 21:43:35 +0000 (+0000) Subject: Issue field labels for fields with descriptions are missing styling on issues show... X-Git-Tag: 5.1.0~137 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d459904dede1a030292e308363f6d9f16c9248e1;p=redmine.git Issue field labels for fields with descriptions are missing styling on issues show view (#33502). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22230 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 047f012b3..0f4561de2 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;}