From 959683d32f86df67b26aa0547468c0f878985913 Mon Sep 17 00:00:00 2001 From: karthick-murugan Date: Tue, 24 Dec 2024 18:24:30 +0530 Subject: [PATCH] Fix button alignment issue --- .../themes/pub/wporg-learn-2024/src/style/_jetpack.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-content/themes/pub/wporg-learn-2024/src/style/_jetpack.scss b/wp-content/themes/pub/wporg-learn-2024/src/style/_jetpack.scss index aef805f92..29ffb7db8 100644 --- a/wp-content/themes/pub/wporg-learn-2024/src/style/_jetpack.scss +++ b/wp-content/themes/pub/wporg-learn-2024/src/style/_jetpack.scss @@ -8,6 +8,10 @@ font-weight: 600; } +.wp-block-jetpack-contact-form .wp-block-button__link { + height: auto; +} + .wp-block-jetpack-contact-form-container .contact-form { .grunion-checkbox-multiple-options legend, .grunion-radio-options legend,