From 88f0557a7ca7be893543f3137ba8ed7ad45b9a67 Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Fri, 23 Jun 2023 01:59:30 +0330 Subject: [PATCH] fix: search input's clear button overflow --- .../theme/SearchBar/SearchInput/SearchInput.module.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/logos-docusaurus-theme/src/client/theme/SearchBar/SearchInput/SearchInput.module.scss b/packages/logos-docusaurus-theme/src/client/theme/SearchBar/SearchInput/SearchInput.module.scss index 907a8a1..ff03f38 100644 --- a/packages/logos-docusaurus-theme/src/client/theme/SearchBar/SearchInput/SearchInput.module.scss +++ b/packages/logos-docusaurus-theme/src/client/theme/SearchBar/SearchInput/SearchInput.module.scss @@ -15,6 +15,10 @@ width: 100% !important; } +.textField button svg { + max-height: 100% !important; +} + .root input { }