Skip to content

Commit c7c7a30

Browse files
committed
set a minwidth large enough so disallowEmptySelection have its label wrap
1 parent 52f64c5 commit c7c7a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/s2-docs/src/VisualExample.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const exampleStyle = style({
5656
const controlsStyle = style({
5757
display: 'grid',
5858
gridTemplateColumns: {
59-
default: 'repeat(auto-fit, minmax(130px, 1fr))',
59+
default: 'repeat(auto-fit, minmax(200px, 1fr))',
6060
lg: ['1fr']
6161
},
6262
gridAutoFlow: 'dense',

0 commit comments

Comments
 (0)