Ticket #53115: 53115.patch
File 53115.patch, 773 bytes (added by , 4 years ago) |
---|
-
src/wp-content/themes/twentytwenty/style-rtl.css
790 790 width: 100%; 791 791 } 792 792 793 input[type="number"] { 794 padding-left: 0.5rem; 795 } 796 793 797 select { 794 798 font-size: 1em; 795 799 } -
src/wp-content/themes/twentytwenty/style.css
796 796 width: 100%; 797 797 } 798 798 799 input[type="number"] { 800 padding-right: 0.5rem; 801 } 802 799 803 select { 800 804 font-size: 1em; 801 805 }