File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apps/webapp/app/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export function SideMenu({
139139 >
140140 < div
141141 className = { cn (
142- "flex items-center justify-between border-b px-1 py-1 transition duration-300" ,
142+ "flex items-center justify-between overflow-hidden border-b px-1 py-1 transition duration-300" ,
143143 showHeaderDivider ? "border-grid-bright" : "border-transparent"
144144 ) }
145145 >
@@ -304,7 +304,7 @@ function ProjectSelector({
304304 isOpen = { isOrgMenuOpen }
305305 overflowHidden
306306 className = { cn (
307- "h-8 w-full justify-between overflow-hidden py-1 pl-1.5" ,
307+ "h-8 w-full justify-between py-1 pl-1.5" ,
308308 user . isImpersonating && "border border-dashed border-amber-400"
309309 ) }
310310 >
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ function PopoverArrowTrigger({
175175 >
176176 { children }
177177 </ Paragraph >
178- < DropdownIcon className = "size-4 min-w-[0.75rem] text-text-dimmed transition group-hover:text-text-bright" />
178+ < DropdownIcon className = "size-4 min-w-4 text-text-dimmed transition group-hover:text-text-bright" />
179179 </ PopoverTrigger >
180180 ) ;
181181}
You can’t perform that action at this time.
0 commit comments