diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-05-08 07:22:29 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-05-08 07:22:29 +0000 |
commit | 731a2e3e0593f874e877e6493420cd8e64a29ffc (patch) | |
tree | 5ff32118dea8134637344563f6fe5736b9400638 /public | |
parent | 8cbfeddeb011f3731152b7b2512ec1beba62b919 (diff) | |
download | redmine-731a2e3e0593f874e877e6493420cd8e64a29ffc.tar.gz redmine-731a2e3e0593f874e877e6493420cd8e64a29ffc.zip |
Add text wrap for list custom fields (#22496).
Patch by Sebastian Paluch.
git-svn-id: http://svn.redmine.org/redmine/trunk@15394 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 9bcadada4..83060eaa2 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -171,7 +171,7 @@ tr.project.idnt-8 td.name {padding-left: 11em;} tr.project.idnt-9 td.name {padding-left: 12.5em;} tr.issue { text-align: center; white-space: nowrap; } -tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations, tr.issue td.parent { white-space: normal; } +tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.list, tr.issue td.relations, tr.issue td.parent { white-space: normal; } tr.issue td.relations { text-align: left; } tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;} tr.issue td.relations span {white-space: nowrap;} |