Skip to content

Commit 677d145

Browse files
committed
Contact forms: Fix validation icon alignment
Fixes #298
1 parent 6a3e62e commit 677d145

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

themes/wporg-5ftf-2024/src/style/style.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ body.is-page-in-menu .wp-block-wporg-local-navigation-bar .wp-block-post-title {
3535
display: none;
3636
}
3737

38+
/* Fix the error icons on Jetpack contact forms. */
39+
.contact-form__warning-icon {
40+
display: flex;
41+
align-items: center;
42+
justify-content: center;
43+
}
44+
3845
/* Style the group blocks inside a template list. */
3946
.wp-block-wporg-my-pledge-list .my-pledges__list,
4047
.wp-block-post:where(li.type-5ftf_pledge) {

0 commit comments

Comments
 (0)