mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix(site): add left offset to agents sidebar user dropdown (#23162)
This commit is contained in:
@@ -851,7 +851,11 @@ export const AgentsSidebar: FC<AgentsSidebarProps> = (props) => {
|
||||
</span>
|
||||
</button>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent align="start" className="min-w-auto w-[260px]">
|
||||
<DropdownMenuContent
|
||||
align="start"
|
||||
alignOffset={4}
|
||||
className="min-w-auto w-[260px]"
|
||||
>
|
||||
<UserDropdownContent
|
||||
user={user}
|
||||
buildInfo={buildInfo}
|
||||
|
||||
Reference in New Issue
Block a user