From 5ddcb45a25450458bb4c0dcf7514000a1e310313 Mon Sep 17 00:00:00 2001 From: Atanas Stoyanov Date: Sat, 14 Nov 2020 16:17:42 -0500 Subject: [PATCH] fix: serch input alignment ie11 --- ui/components/src/SearchInput/SearchInput.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/components/src/SearchInput/SearchInput.tsx b/ui/components/src/SearchInput/SearchInput.tsx index 504b931ce..57a8eda02 100644 --- a/ui/components/src/SearchInput/SearchInput.tsx +++ b/ui/components/src/SearchInput/SearchInput.tsx @@ -206,12 +206,12 @@ export const SearchInput = ({ }} onClick={() => updateIsOpen(!isOpen)} onChange={e => updateSearch(e.target.value)} - sx={{ pl: '32px' }} + sx={{ pl: 4, py: 2, lineHeight: 'normal' }} {...rest} />