diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-09-28 08:19:25 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-09-28 08:19:25 +0000 |
commit | 050d0d046a74ba13a233c6b4628763c4c08a5f05 (patch) | |
tree | 49920f060d11c86e26c4d76022265e6fc9f9470b /public | |
parent | 925ef8f4f0387e955823dc9db849d0ba24b1291d (diff) | |
download | redmine-050d0d046a74ba13a233c6b4628763c4c08a5f05.tar.gz redmine-050d0d046a74ba13a233c6b4628763c4c08a5f05.zip |
Wrap 'Assigned to' column on the issue list (#1960).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1912 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 8c4173413..e7a1c60b1 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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;} |