diff options
author | Go MAEDA <maeda@farend.jp> | 2018-09-27 13:22:38 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-09-27 13:22:38 +0000 |
commit | 49bdb42aee3c063a3bbffd773d11fb8dc7293a43 (patch) | |
tree | f00645d52786c744fe088fd82cb98da43fc8a37a /public/stylesheets | |
parent | ffc7e94d4e6e688f349bfab35f6807b7af97f48e (diff) | |
download | redmine-49bdb42aee3c063a3bbffd773d11fb8dc7293a43.tar.gz redmine-49bdb42aee3c063a3bbffd773d11fb8dc7293a43.zip |
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
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |