File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,16 +125,16 @@ export const MainSidebar = () => {
125125
126126 { /* File Tree Header */ }
127127 { showFileTreeHeader && (
128- < div className = "flex items-center justify-between bg-secondary-bg px-2 py-1.5" >
128+ < div className = "flex flex-wrap items-center justify-between bg-secondary-bg px-2 py-1.5" >
129129 < h3
130- className = "cursor-pointer rounded px-2 py-1 font-medium font-mono text-text text-xs tracking-wide hover:bg-hover"
130+ className = "min-w-0 flex-shrink cursor-pointer truncate rounded px-2 py-1 font-medium font-mono text-text text-xs tracking-wide hover:bg-hover"
131131 onClick = { onProjectNameMenuOpen }
132132 onContextMenu = { onProjectNameMenuOpen }
133133 title = "Click for workspace options"
134134 >
135135 { projectName }
136136 </ h3 >
137- < div className = "flex items-center gap-0.5" >
137+ < div className = "flex flex-shrink-0 items-center gap-0.5" >
138138 < Button
139139 onClick = { handleOpenFolder }
140140 variant = "ghost"
You can’t perform that action at this time.
0 commit comments