Defect #37282 » fix_for_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 |
white-space: nowrap; |
|
| 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;}
|
| public/stylesheets/responsive.css | ||
|---|---|---|
| 774 | 774 |
padding-right: 5px; |
| 775 | 775 |
} |
| 776 | 776 | |
| 777 |
#issue_tree .issue > td.subject, #relations .issue > td.subject {
|
|
| 778 |
width: 100%; /* let subject have one full width column */ |
|
| 779 |
} |
|
| 780 | ||
| 777 | 781 |
#issue_tree .issue > td:not(.subject), #relations .issue > td:not(.subject) {
|
| 778 | 782 |
width: 20%; /* three columns for all cells that are not subject */ |
| 779 | 783 |
} |
- « Previous
- 1
- …
- 3
- 4
- 5
- Next »