Merge branch 'chat-search-icon-rtl' into 'main'
Input: fix RTL with append See merge request soapbox-pub/soapbox!2795
This commit is contained in:
commit
821fb17617
|
@ -97,7 +97,7 @@ const Input = React.forwardRef<HTMLInputElement, IInput>(
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{append ? (
|
{append ? (
|
||||||
<div className='absolute inset-y-0 right-0 flex items-center pr-3 rtl:left-0 rtl:right-auto'>
|
<div className='absolute inset-y-0 right-0 flex items-center px-3 rtl:left-0 rtl:right-auto'>
|
||||||
{append}
|
{append}
|
||||||
</div>
|
</div>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
Loading…
Reference in New Issue