From 677d145d512f67fe853a03ae2adb7382cee407d9 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Mon, 9 Sep 2024 15:38:10 -0400 Subject: [PATCH] Contact forms: Fix validation icon alignment Fixes #298 --- themes/wporg-5ftf-2024/src/style/style.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/wporg-5ftf-2024/src/style/style.scss b/themes/wporg-5ftf-2024/src/style/style.scss index 1cf1438..530487a 100644 --- a/themes/wporg-5ftf-2024/src/style/style.scss +++ b/themes/wporg-5ftf-2024/src/style/style.scss @@ -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) {