From 8fde7f267d5e6cefdf4dcfb13c52728acf497c04 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 23 Dec 2022 16:24:04 -0600 Subject: [PATCH] Search: prevent overflow of text into icon --- app/soapbox/features/compose/components/search.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/soapbox/features/compose/components/search.tsx b/app/soapbox/features/compose/components/search.tsx index f4b8c1876e..7961004409 100644 --- a/app/soapbox/features/compose/components/search.tsx +++ b/app/soapbox/features/compose/components/search.tsx @@ -127,6 +127,7 @@ const Search = (props: ISearch) => { onFocus: handleFocus, autoFocus: autoFocus, theme: 'search', + className: 'pr-10 rtl:pl-10 rtl:pr-3', }; if (autosuggest) {