We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4cd5f commit d742ba1Copy full SHA for d742ba1
apps/webapp/app/components/navigation/SideMenu.tsx
@@ -296,7 +296,7 @@ function ProjectSelector({
296
<PopoverArrowTrigger
297
isOpen={isOrgMenuOpen}
298
overflowHidden
299
- className="h-8 w-full justify-between overflow-hidden py-1 pl-2"
+ className="h-8 w-full justify-between overflow-hidden py-1 pl-1.5"
300
>
301
<span className="flex items-center gap-1.5 overflow-hidden">
302
<Avatar avatar={organization.avatar} className="size-5" />
0 commit comments