1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-10 17:41:31 +00:00

Fix: Overlapping text in table header on issues reports page (#19578).

Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@17108 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2017-12-11 02:19:10 +00:00
parent 7bd4e9fb42
commit 2a52e043c0

View 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; }