]> source.dussan.org Git - redmine.git/commitdiff
Fix layout distortion in issue list descriptions with code blocks (#40303).
authorGo MAEDA <maeda@farend.jp>
Tue, 12 Nov 2024 08:18:41 +0000 (08:18 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 12 Nov 2024 08:18:41 +0000 (08:18 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@23255 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/assets/stylesheets/application.css

index 0463ae569ae605747556d8f4ca72a3bc73e262b9..f1166cbe0c20cfb9a774732da107013ba70ba3b3 100644 (file)
@@ -360,8 +360,8 @@ tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
 tr.issue td.relations span, tr.issue td.watcher_users a {white-space: nowrap;}
 tr.issue td.watcher_users ul {list-style: none; padding: 0; margin: 0}
 table.issues td.block_column {color:#777; font-size:90%; padding:4px 4px 4px 24px; text-align:left; white-space:normal;}
-table.issues td.block_column span {font-weight: bold; display: block; margin-bottom: 4px;}
-table.issues td.block_column pre {white-space:normal;}
+table.issues td.block_column>span {font-weight: bold; display: block; margin-bottom: 4px;}
+table.issues td.block_column>pre {white-space:normal;}
 
 tr.idnt td.subject, tr.idnt td.name {background: url(/arrow_right.png) no-repeat 2px 50%;}
 tr.idnt-1 td.subject, tr.idnt-1 td.name {padding-left: 24px; background-position: 8px 50%;}