diff options
author | Go MAEDA <maeda@farend.jp> | 2017-12-11 02:19:10 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2017-12-11 02:19:10 +0000 |
commit | 2a52e043c092e507377c5a3c42ec21b5bbe9af93 (patch) | |
tree | 2f4d3662e6b5758ec0e2f0e7a613de9fbfaf2514 /public | |
parent | 7bd4e9fb426bf277b7bebec7e515399eab615f64 (diff) | |
download | redmine-2a52e043c092e507377c5a3c42ec21b5bbe9af93.tar.gz redmine-2a52e043c092e507377c5a3c42ec21b5bbe9af93.zip |
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
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 59bcc3d80..e194ccd78 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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; } |