From a966e74aee86cf4b7b25818c3f2b0e2b463636ef Mon Sep 17 00:00:00 2001 From: Shipow Date: Wed, 20 May 2020 09:28:35 +0200 Subject: [PATCH] fix(css): scroll windows --- packages/docsearch-react/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docsearch-react/src/style.css b/packages/docsearch-react/src/style.css index bee05fc68..f6d5b391c 100644 --- a/packages/docsearch-react/src/style.css +++ b/packages/docsearch-react/src/style.css @@ -554,7 +554,7 @@ svg.DocSearch-Hit-Select-Icon { display: flex; width: 80%; margin: 0 8px; - line-height: 1.1em; + line-height: 1.2em; flex: 1 1 auto; font-weight: 500; overflow-x: hidden;