Ticket #48430: 48430.diff
File 48430.diff, 475 bytes (added by , 5 years ago) |
---|
-
src/wp-admin/css/forms.css
diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css index 8eb9f90e74..88fd98bafa 100644
a b input[type="tel"], 71 71 input[type="time"], 72 72 input[type="url"], 73 73 input[type="week"] { 74 font-size: 13px; 74 75 padding: 0 8px; 75 76 /* inherits font size 14px */ 76 77 line-height: 2; /* 28px */ 77 78 /* Only necessary for IE11 */ 78 min-height: 30px;79 min-height: 28px; 79 80 } 80 81 81 82 ::-webkit-datetime-edit {