Skip to content

Commit

Permalink
"Spent time" panel: columns not wrapping (#20401).
Browse files Browse the repository at this point in the history
Patch by Gord Brown.

git-svn-id: http://svn.redmine.org/redmine/trunk@14474 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
jplang committed Aug 2, 2015
1 parent ef003ca commit 3ce27ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down

0 comments on commit 3ce27ab

Please sign in to comment.