From 3b75128a772b09c012a46c1eb9df562764f305e5 Mon Sep 17 00:00:00 2001 From: rg755421 Date: Fri, 25 Sep 2026 14:08:37 +0545 Subject: [PATCH] Fix - Search block input renders taller than its Search button Co-Authored-By: Claude Opus 5.5 --- assets/scss/_theme-style.scss | 4 ++++ style-rtl.css | 4 ++++ style.css | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/assets/scss/_theme-style.scss b/assets/scss/_theme-style.scss index 6e64ad4..ba10d4e 100644 --- a/assets/scss/_theme-style.scss +++ b/assets/scss/_theme-style.scss @@ -564,6 +564,10 @@ button { font-size: 16px; } +.wp-block-search__button { + margin-bottom: 0; +} + .spacious-button:hover { -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6); diff --git a/style-rtl.css b/style-rtl.css index 6046fa4..b7bc99c 100644 --- a/style-rtl.css +++ b/style-rtl.css @@ -607,6 +607,10 @@ button { font-size: 16px; } +.wp-block-search__button { + margin-bottom: 0; +} + .spacious-button:hover { -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px rgba(0, 0, 0, 0.6); diff --git a/style.css b/style.css index f8062ee..1d83f83 100644 --- a/style.css +++ b/style.css @@ -517,6 +517,10 @@ button { font-size: 16px; } +.wp-block-search__button { + margin-bottom: 0; +} + .spacious-button:hover { -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);