Skip to content

Commit

Permalink
Contact forms: Fix validation icon alignment
Browse files Browse the repository at this point in the history
Fixes #298
  • Loading branch information
ryelle committed Sep 9, 2024
1 parent 6a3e62e commit 677d145
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/wporg-5ftf-2024/src/style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 677d145

Please sign in to comment.