Defect #37282 » 37282.patch
public/stylesheets/application.css | ||
---|---|---|
567 | 567 |
overflow: hidden; |
568 | 568 |
} |
569 | 569 |
#issue_tree .issue > td.subject, #relations .issue > td.subject { |
570 |
width: 100%; /* let subject have one full width column */
|
|
570 |
width: 50%; /* let subject have one full width column */
|
|
571 | 571 |
word-break: break-word; /* break word if subject is too long */ |
572 | 572 |
padding-right: 25px; /* this is the spaces that .buttons uses next to subject */ |
573 | 573 |
} |
574 |
#issue_tree .issue > td.assigned_to, #relations .issue > td.assigned_to { |
|
575 |
word-break: keep-all; |
|
576 |
} |
|
574 | 577 |
#trackers_description {display:none;} |
575 | 578 |
#trackers_description dt {font-weight: bold; text-decoration: underline;} |
576 | 579 |
#trackers_description dd {margin: 0; padding: 0 0 1em 0;} |