kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'account-search-rtl' into 'main'
AccountSearch: fix icon position in RTL Closes #1557 See merge request soapbox-pub/soapbox!2797environments/review-main-yi2y9f/deployments/4142
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
|
||||
|
|
Ładowanie…
Reference in New Issue