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:
commit
d5e5dd0a72
|
@ -72,7 +72,7 @@ const AccountSearch: React.FC<IAccountSearch> = ({ onSelected, ...rest }) => {
|
|||
<div
|
||||
role='button'
|
||||
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}
|
||||
>
|
||||
<SvgIcon
|
||||
|
|
Loading…
Reference in New Issue