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 29ffb7db8..7b1ee30d2 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,10 +8,6 @@ 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, @@ -30,4 +26,10 @@ inset-inline-end: calc(var(--jetpack--contact-form--input-padding-left) + 3px); top: calc(var(--jetpack--contact-form--input-padding-top) + var(--jetpack--contact-form--line-height) / 2); } + + .wp-block-jetpack-button { + .wp-block-button__link { + height: auto; + } + } }