diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-02-18 11:43:31 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-02-18 11:43:31 +0000 |
commit | 7e1636fc265d6872d436e0354aa5073d91888f0f (patch) | |
tree | 4b1679e9570eb052b01c911180523d3e18e2aff6 /public/stylesheets | |
parent | 2a7795ab525a47aee4484708acde409e6c4e6737 (diff) | |
download | redmine-7e1636fc265d6872d436e0354aa5073d91888f0f.tar.gz redmine-7e1636fc265d6872d436e0354aa5073d91888f0f.zip |
Wrap parent task title on the issue list (#19120).
Patch by Felix Schäfer.
git-svn-id: http://svn.redmine.org/redmine/trunk@14025 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 153a55cd5..d8805ceaa 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -152,7 +152,7 @@ tr.project.idnt-8 td.name {padding-left: 11em;} tr.project.idnt-9 td.name {padding-left: 12.5em;} tr.issue { text-align: center; white-space: nowrap; } -tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations { white-space: normal; } +tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations, tr.issue td.parent { white-space: normal; } tr.issue td.relations { text-align: left; } tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;} tr.issue td.relations span {white-space: nowrap;} |