From 2a52e043c092e507377c5a3c42ec21b5bbe9af93 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 11 Dec 2017 02:19:10 +0000 Subject: [PATCH] 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 --- public/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) 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; }