Feature #19097 » 0011-Optimize-issues-new-form-for-mobile-devices.patch
public/stylesheets/responsive.css | ||
---|---|---|
757 | 757 |
width: auto; |
758 | 758 |
max-width: 95%; |
759 | 759 |
} |
760 | ||
761 |
/* new issue form */ |
|
762 |
#all_attributes p:first-child { |
|
763 |
float: none !important; |
|
764 |
} |
|
765 | ||
766 |
#issue_is_private_label { |
|
767 |
display: inline; |
|
768 |
} |
|
769 | ||
770 |
span#watchers_inputs { |
|
771 |
width: 100%; |
|
772 |
} |
|
760 | 773 |
} |