From 3ce27ab20b2a25a5ba70ea5a8dd992199b36b87d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 2 Aug 2015 07:51:07 +0000 Subject: [PATCH] "Spent time" panel: columns not wrapping (#20401). Patch by Gord Brown. git-svn-id: http://svn.redmine.org/redmine/trunk@14474 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 4569010e4..8e4bf8d9c 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -221,7 +221,7 @@ table.permissions td.role {color:#999;font-size:90%;font-weight:normal !importan tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;} tr.time-entry { text-align: center; white-space: nowrap; } -tr.time-entry td.issue, tr.time-entry td.comments { text-align: left; white-space: normal; } +tr.time-entry td.issue, tr.time-entry td.comments, tr.time-entry td.subject, tr.time-entry td.activity { text-align: left; white-space: normal; } td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; } td.hours .hours-dec { font-size: 0.9em; }