fix: pressing on the left side of log out button does nothing (in user menu)

This commit is contained in:
Oliver Bryan
2025-12-29 06:00:38 +00:00
parent f3aa9f84fa
commit 54493f7c60
3 changed files with 10 additions and 5 deletions

View File

@@ -285,7 +285,7 @@ function Index() {
</DropdownMenuItem>
<DropdownMenuSeparator />
<DropdownMenuItem className="flex items-end justify-end p-0 m-0">
<LogOutButton noStyle />
<LogOutButton noStyle className={"flex w-full justify-end"} />
</DropdownMenuItem>
</DropdownMenuContent>
</DropdownMenu>