]> source.dussan.org Git - redmine.git/commitdiff
Allow line break of project column im time entry table (#29607).
authorGo MAEDA <maeda@farend.jp>
Thu, 27 Sep 2018 13:22:38 +0000 (13:22 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 27 Sep 2018 13:22:38 +0000 (13:22 +0000)
Patch by Felix Gliesche.

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

public/stylesheets/application.css

index e98350679a5ba9f82670aac36421da602510e3ea..ebb4bd47f0203d5cb7fb64cf73262584f28848f0 100644 (file)
@@ -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; }