Patch #32890 » 0005-Fix-duplicate-selector.patch
| public/stylesheets/responsive.css | ||
|---|---|---|
| 799 | 799 |
#issue_tree .issue > td.subject, #relations .issue > td.subject {
|
| 800 | 800 |
width: 100% !important; /* let subject have one full width column */ |
| 801 | 801 |
word-break: break-word; /* break word if subject is too long */ |
| 802 |
padding-right: 25px; /* this is the spaces that .buttons uses next to subject */ |
|
| 802 | 803 |
} |
| 803 | 804 | |
| 804 | 805 |
#issue_tree .issue > td:not(.checkbox), #relations .issue > td:not(.checkbox) {
|
| ... | ... | |
| 825 | 826 |
vertical-align: middle; |
| 826 | 827 |
} |
| 827 | 828 | |
| 828 |
#issue_tree .issue > td.subject, |
|
| 829 |
#relations .issue > td.subject {
|
|
| 830 |
padding-right: 25px; /* this is the spaces that .buttons uses next to subject */ |
|
| 831 |
} |
|
| 832 | ||
| 833 | 829 |
/* attachment upload form */ |
| 834 | 830 |
.attachments_fields span {
|
| 835 | 831 |
position: relative; |