]> source.dussan.org Git - redmine.git/commitdiff
Wrap 'Assigned to' column on the issue list (#1960).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Sep 2008 08:19:25 +0000 (08:19 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Sep 2008 08:19:25 +0000 (08:19 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1912 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 8c4173413e917be199a4c9420d1819b5f9ede535..e7a1c60b1509fe2917df83328783981f6112e16d 100644 (file)
@@ -85,7 +85,7 @@ table.list td.id { width: 2%; text-align: center;}
 table.list td.checkbox { width: 15px; padding: 0px;}
 
 tr.issue { text-align: center; white-space: nowrap; }
-tr.issue td.subject, tr.issue td.category { white-space: normal; }
+tr.issue td.subject, tr.issue td.category, td.assigned_to { white-space: normal; }
 tr.issue td.subject { text-align: left; }
 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}