##// END OF EJS Templates
Set max-with to 100% for input, select and textea (#22101)....
Jean-Philippe Lang -
r14832:6fc4836f1138
parent child
Show More
@@ -666,6 +666,10
666 G) FORMS
666 G) FORMS
667 \*----------------------------------------*/
667 \*----------------------------------------*/
668
668
669 input, select, textarea {
670 max-width: 100%;
671 }
672
669 /* tabular forms resets for mobile */
673 /* tabular forms resets for mobile */
670 .tabular p, .tabular.settings p {
674 .tabular p, .tabular.settings p {
671 padding-left: 0;
675 padding-left: 0;
General Comments 0
You need to be logged in to leave comments. Login now