We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89328d0 commit 541ef2eCopy full SHA for 541ef2e
packages/compass-workspaces/src/components/index.tsx
@@ -72,12 +72,13 @@ const horizontalSplitStyles = css({
72
display: 'grid',
73
gridTemplateColumns: 'min-content auto',
74
minHeight: 0,
75
+ overflowX: 'auto',
76
});
77
78
const workspacesStyles = css({
79
80
overflow: 'hidden',
- minWidth: '750px', // roughly the minimum needed for the CRUD toolbars
81
+ minWidth: '730px', // roughly the minimum needed for the CRUD toolbars
82
83
84
const sidebarStyles = css({
0 commit comments