Skip to content

Commit 541ef2e

Browse files
authored
fix: adjust min workspace width and enable scroll COMPASS-9774 (#7261)
fix: adjust min workspace width and enable scroll COMPASS-9774
1 parent 89328d0 commit 541ef2e

File tree

1 file changed

+2
-1
lines changed
  • packages/compass-workspaces/src/components

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,13 @@ const horizontalSplitStyles = css({
7272
display: 'grid',
7373
gridTemplateColumns: 'min-content auto',
7474
minHeight: 0,
75+
overflowX: 'auto',
7576
});
7677

7778
const workspacesStyles = css({
7879
minHeight: 0,
7980
overflow: 'hidden',
80-
minWidth: '750px', // roughly the minimum needed for the CRUD toolbars
81+
minWidth: '730px', // roughly the minimum needed for the CRUD toolbars
8182
});
8283

8384
const sidebarStyles = css({

0 commit comments

Comments
 (0)