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
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ const Input = React.forwardRef<HTMLInputElement, IInput>(
|
|||
/>
|
||||
|
||||
{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}
|
||||
</div>
|
||||
) : null}
|
||||
|
|
Loading…
Reference in a new issue