Search: prevent overflow of text into icon

This commit is contained in:
Alex Gleason 2022-12-23 16:24:04 -06:00
parent bedd181f4c
commit 8fde7f267d
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ const Search = (props: ISearch) => {
onFocus: handleFocus, onFocus: handleFocus,
autoFocus: autoFocus, autoFocus: autoFocus,
theme: 'search', theme: 'search',
className: 'pr-10 rtl:pl-10 rtl:pr-3',
}; };
if (autosuggest) { if (autosuggest) {