Merge branch 'account-search-rtl' into 'main'

AccountSearch: fix icon position in RTL

Closes #1557

See merge request soapbox-pub/soapbox!2797
This commit is contained in:
Alex Gleason 2023-10-11 18:25:56 +00:00
commit d5e5dd0a72
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ const AccountSearch: React.FC<IAccountSearch> = ({ onSelected, ...rest }) => {
<div <div
role='button' role='button'
tabIndex={0} tabIndex={0}
className='absolute inset-y-0 right-0 flex cursor-pointer items-center px-3' className='absolute inset-y-0 flex cursor-pointer items-center px-3 ltr:right-0 rtl:left-0'
onClick={handleClear} onClick={handleClear}
> >
<SvgIcon <SvgIcon