From 49bdb42aee3c063a3bbffd773d11fb8dc7293a43 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 27 Sep 2018 13:22:38 +0000 Subject: [PATCH] Allow line break of project column im time entry table (#29607). Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@17529 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 e98350679..ebb4bd47f 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -326,7 +326,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, tr.time-entry td.subject, tr.time-entry td.activity { 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, tr.time-entry td.project { 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; } -- 2.39.5