We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c4d9c commit 8508144Copy full SHA for 8508144
1 file changed
dashboard/src/features/users/dialogs/user-modal.tsx
@@ -189,8 +189,7 @@ const ExpiryDateField = ({
189
<p
190
className={cn(
191
fieldName !== 'on_hold_timeout' && 'lg:w-48',
192
- 'text-muted-foreground absolute top-full right-0 mt-1 text-end text-xs whitespace-nowrap lg:overflow-hidden lg:text-ellipsis',
193
- dir === 'rtl' ? 'right-0' : 'left-0',
+ 'text-muted-foreground absolute top-full right-0 mt-1 text-end text-xs whitespace-nowrap lg:overflow-hidden lg:text-ellipsis left-0'
194
)}
195
>
196
{(() => {
0 commit comments