diff options
author | Go MAEDA <maeda@farend.jp> | 2017-12-11 03:15:57 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2017-12-11 03:15:57 +0000 |
commit | 1acb72786af29b3c5e29c0a665093b595b826d1c (patch) | |
tree | 2f3e4b2d3ef3c67a32f1dd60b3ce151cea64ec99 | |
parent | 5248b6e8cc653d8f2ceaecae26a14ec5689f9c06 (diff) | |
download | redmine-1acb72786af29b3c5e29c0a665093b595b826d1c.tar.gz redmine-1acb72786af29b3c5e29c0a665093b595b826d1c.zip |
Merged r17108 to 3.4-stable (#19578).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17109 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 b3077a876..3bbc67df4 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; } |