Defect #25064 » 0001-Fix-unintended-word-wrap-for-edit-link.patch
public/stylesheets/responsive.css | ||
---|---|---|
759 | 759 |
width: 100%; |
760 | 760 |
} |
761 | 761 | |
762 |
/* issue edit form */ |
|
763 |
label[for='issue_description'] ~ a .icon-edit { |
|
764 |
word-wrap: normal; |
|
765 |
} |
|
766 | ||
762 | 767 |
/* issues page */ |
763 | 768 |
body.controller-issues p.query-totals { |
764 | 769 |
margin-top: 0px; |
- « Previous
- 1
- 2
- Next »