diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 8f676fc80..8782f5cbe 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -567,10 +567,13 @@ body.controller-issues h2.inline-flex {padding-right: 0} overflow: hidden; } #issue_tree .issue > td.subject, #relations .issue > td.subject { - width: 100%; /* let subject have one full width column */ + width: 50%; /* let subject have one full width column */ word-break: break-word; /* break word if subject is too long */ padding-right: 25px; /* this is the spaces that .buttons uses next to subject */ } +#issue_tree .issue > td.assigned_to, #relations .issue > td.assigned_to { + word-break: keep-all; +} #trackers_description {display:none;} #trackers_description dt {font-weight: bold; text-decoration: underline;} #trackers_description dd {margin: 0; padding: 0 0 1em 0;}