Skip to content

Commit d742ba1

Browse files
committed
Minor tweak on project dropdown icon padding
1 parent 4b4cd5f commit d742ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/navigation/SideMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ function ProjectSelector({
296296
<PopoverArrowTrigger
297297
isOpen={isOrgMenuOpen}
298298
overflowHidden
299-
className="h-8 w-full justify-between overflow-hidden py-1 pl-2"
299+
className="h-8 w-full justify-between overflow-hidden py-1 pl-1.5"
300300
>
301301
<span className="flex items-center gap-1.5 overflow-hidden">
302302
<Avatar avatar={organization.avatar} className="size-5" />

0 commit comments

Comments
 (0)