Skip to content

Commit 59cb2b3

Browse files
gagikCopilot
andauthored
Update packages/compass-workspaces/src/components/workspaces.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9654454 commit 59cb2b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/compass-workspaces/src/components/workspaces.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ const workspacesContentStyles = css({
6565
minHeight: 0,
6666
});
6767

68+
const MIN_WORKSPACE_SECTION_WIDTH = '600px';
6869
const workspacesSectionStyles = css({
6970
display: 'flex',
70-
minWidth: '600px',
71+
minWidth: MIN_WORKSPACE_SECTION_WIDTH,
7172
});
7273

7374
type CompassWorkspacesProps = {

0 commit comments

Comments
 (0)