We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3e62e commit 677d145Copy full SHA for 677d145
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 {
35
display: none;
36
}
37
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
+
45
/* Style the group blocks inside a template list. */
46
.wp-block-wporg-my-pledge-list .my-pledges__list,
47
.wp-block-post:where(li.type-5ftf_pledge) {
0 commit comments