File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
apps/webapp/app/components/navigation Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -143,16 +143,18 @@ export function SideMenu({
143
143
>
144
144
< div
145
145
className = { cn (
146
- "flex items-center justify-between overflow-hidden border-b px-1 py-1 transition duration-300" ,
146
+ "flex items-center overflow-hidden border-b px-1 py-1 transition duration-300" ,
147
147
showHeaderDivider ? "border-grid-bright" : "border-transparent"
148
148
) }
149
149
>
150
- < ProjectSelector
151
- organizations = { organizations }
152
- organization = { organization }
153
- project = { project }
154
- user = { user }
155
- />
150
+ < div className = "min-w-0 flex-1" >
151
+ < ProjectSelector
152
+ organizations = { organizations }
153
+ organization = { organization }
154
+ project = { project }
155
+ user = { user }
156
+ />
157
+ </ div >
156
158
{ isAdmin && ! user . isImpersonating ? (
157
159
< TooltipProvider disableHoverableContent = { true } >
158
160
< Tooltip >
You can’t perform that action at this time.
0 commit comments