From 52a7882ae0702a72321185e99e1e519788701f55 Mon Sep 17 00:00:00 2001 From: Mukul Padwal <80583870+mukulpadwal@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:18:13 +0530 Subject: [PATCH] Fix : Align navbar search box with 100% width (#2280) --- docusaurus/src/scss/custom-search-bar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/src/scss/custom-search-bar.scss b/docusaurus/src/scss/custom-search-bar.scss index e353c20cdb..c21710ca45 100644 --- a/docusaurus/src/scss/custom-search-bar.scss +++ b/docusaurus/src/scss/custom-search-bar.scss @@ -43,6 +43,7 @@ } .kapa-widget-button { + width: 100%; appearance: none; background: none; border: none; @@ -133,7 +134,6 @@ top: 0; } } - } }