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({
139
139
>
140
140
< div
141
141
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" ,
143
143
showHeaderDivider ? "border-grid-bright" : "border-transparent"
144
144
) }
145
145
>
@@ -304,7 +304,7 @@ function ProjectSelector({
304
304
isOpen = { isOrgMenuOpen }
305
305
overflowHidden
306
306
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" ,
308
308
user . isImpersonating && "border border-dashed border-amber-400"
309
309
) }
310
310
>
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ function PopoverArrowTrigger({
175
175
>
176
176
{ children }
177
177
</ 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" />
179
179
</ PopoverTrigger >
180
180
) ;
181
181
}
You can’t perform that action at this time.
0 commit comments