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 52f64c5 commit c7c7a30Copy full SHA for c7c7a30
packages/dev/s2-docs/src/VisualExample.tsx
@@ -56,7 +56,7 @@ const exampleStyle = style({
56
const controlsStyle = style({
57
display: 'grid',
58
gridTemplateColumns: {
59
- default: 'repeat(auto-fit, minmax(130px, 1fr))',
+ default: 'repeat(auto-fit, minmax(200px, 1fr))',
60
lg: ['1fr']
61
},
62
gridAutoFlow: 'dense',
0 commit comments