]> source.dussan.org Git - redmine.git/commitdiff
Fix: Overlapping text in table header on issues reports page (#19578).
authorGo MAEDA <maeda@farend.jp>
Mon, 11 Dec 2017 02:19:10 +0000 (02:19 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 11 Dec 2017 02:19:10 +0000 (02:19 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17108 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 59bcc3d80266f077aebf6d6ce815ce3df94596ec..e194ccd7882e81121e5f91c8a260d86eea09b0f6 100644 (file)
@@ -274,6 +274,7 @@ tr.issue.idnt-8 td.subject {padding-left: 136px; background-position: 120px 50%;
 tr.issue.idnt-9 td.subject {padding-left: 152px; background-position: 136px 50%;}
 
 table.issue-report {table-layout:fixed;}
+table.issue-report th {white-space: normal;}
 
 tr.entry { border: 1px solid #f8f8f8; }
 tr.entry td { white-space: nowrap; }