]> source.dussan.org Git - redmine.git/commitdiff
Add text wrap for list custom fields (#22496).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 8 May 2016 07:22:29 +0000 (07:22 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 8 May 2016 07:22:29 +0000 (07:22 +0000)
Patch by Sebastian Paluch.

git-svn-id: http://svn.redmine.org/redmine/trunk@15394 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 9bcadada4bfe3b8b2894d4e85afc9b7031d00dc7..83060eaa26c6303847df2b1dc0688d3483f4e993 100644 (file)
@@ -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;}