diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css
|
a
|
b
|
input[type="time"], (this hunk was shorter than expected)
|
| 68 | 68 | input[type="url"], |
| 69 | 69 | input[type="week"] { |
| 70 | 70 | padding: 0 12px; |
| 71 | | line-height: 2.71428571; |
| 72 | 71 | min-height: 40px; |
| 73 | 72 | } |
| 74 | 73 | |
| … |
… |
p.search-box input[type="search"], (this hunk was shorter than expected)
|
| 795 | 794 | p.search-box input[type="text"] { |
| 796 | 795 | min-height: 32px; |
| 797 | | line-height: 2.14285714; |
| 798 | 796 | padding: 0 8px; |
| 799 | 797 | } |
| 800 | 798 | |
| … |
… |
table.form-table td .updated p {
|
| 1585 | 1583 | -webkit-appearance: none; |
| 1586 | 1584 | padding: 0 12px; |
| 1587 | 1585 | min-height: 40px; |
| 1588 | | line-height: 2.5; |
| 1589 | 1586 | } |
| 1590 | 1587 | |
| | 1588 | /* Ensure compact inputs retain alignment */ |
| | 1589 | .wp-core-ui .tablenav input, |
| | 1590 | .wp-core-ui .tablenav select { |
| | 1591 | line-height: normal; |
| | 1592 | } |
| | 1593 | |
| | 1594 | /* Fix small inputs (custom date/time fields) */ |
| | 1595 | input.small-text { |
| | 1596 | line-height: normal; |
| | 1597 | } |