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({
143143 >
144144 < div
145145 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" ,
147147 showHeaderDivider ? "border-grid-bright" : "border-transparent"
148148 ) }
149149 >
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 >
156158 { isAdmin && ! user . isImpersonating ? (
157159 < TooltipProvider disableHoverableContent = { true } >
158160 < Tooltip >
You can’t perform that action at this time.
0 commit comments