Skip to content

Commit 92bda78

Browse files
committed
update padding in select element to match new designs
1 parent 45d96e4 commit 92bda78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/css/forms.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ input[type="radio"].disabled:checked:before {
318318
border-color: #8c8f94;
319319
box-shadow: none;
320320
border-radius: 3px;
321-
padding: 0 24px 0 8px;
321+
padding: 0 24px 0 12px;
322322
min-height: 42px;
323323
max-width: 25rem;
324324
-webkit-appearance: none;

0 commit comments

Comments
 (0)