Skip to content

Commit

Permalink
2024 Theme: Fix Jetpack form select element styles
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Jul 4, 2024
1 parent 5dc3767 commit dedc04f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@
opacity: unset;
font-size: inherit;
}

.contact-form__select-wrapper::after {
inset-inline-end: calc(var(--jetpack--contact-form--input-padding-left) + 3px);
top: calc(var(--jetpack--contact-form--input-padding-top) + var(--jetpack--contact-form--line-height) / 2);
}
}

0 comments on commit dedc04f

Please sign in to comment.