Skip to content

Commit 3ce27ab

Browse files
committed
"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
1 parent ef003ca commit 3ce27ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/stylesheets/application.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ table.permissions td.role {color:#999;font-size:90%;font-weight:normal !importan
221221
tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;}
222222

223223
tr.time-entry { text-align: center; white-space: nowrap; }
224-
tr.time-entry td.issue, tr.time-entry td.comments { text-align: left; white-space: normal; }
224+
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; }
225225
td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
226226
td.hours .hours-dec { font-size: 0.9em; }
227227

0 commit comments

Comments
 (0)