Contact forms: Fix validation icon alignment

Fixes #298
This commit is contained in:
Kelly Dwan 2024-09-09 15:38:10 -04:00
parent 6a3e62e28d
commit 677d145d51
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -35,6 +35,13 @@ body.is-page-in-menu .wp-block-wporg-local-navigation-bar .wp-block-post-title {
display: none;
}
/* Fix the error icons on Jetpack contact forms. */
.contact-form__warning-icon {
display: flex;
align-items: center;
justify-content: center;
}
/* Style the group blocks inside a template list. */
.wp-block-wporg-my-pledge-list .my-pledges__list,
.wp-block-post:where(li.type-5ftf_pledge) {