Skip to content

Commit 2883a9f

Browse files
committed
fix: use placement left for last login tippy
1 parent 958d967 commit 2883a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pages/GlobalConfigurations/Authorization/UserPermissions/List/UserPermissionRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const UserPermissionRow = ({
100100
<Tippy
101101
content={moment(lastLoginTime).format(Moment12HourFormat)}
102102
className="default-tt"
103-
placement="auto"
103+
placement="left"
104104
arrow={false}
105105
>
106106
{child}

0 commit comments

Comments
 (0)