diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css index d1ec601b12..7f9b9c565e 100644 --- a/src/wp-admin/css/forms.css +++ b/src/wp-admin/css/forms.css @@ -69,6 +69,7 @@ input[type="url"] { /* Vertically align the number selector with the input. */ input[type="number"] { + height: 28px; line-height: inherit; } @@ -1050,6 +1051,10 @@ table.form-table td .updated p { padding: 6px 10px; } + input[type="number"] { + height: 40px; + } + input.code { padding-bottom: 5px; padding-top: 10px;