Input: fix RTL with append
This commit is contained in:
parent
3f7cd366a7
commit
e12c15845d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue