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 36b0463 commit 52f64c5Copy full SHA for 52f64c5
packages/dev/s2-docs/pages/s2/Image.mdx
@@ -54,7 +54,7 @@ import {style} from '@react-spectrum/s2/style' with {type: 'macro'};
54
<div
55
className={style({
56
display: 'grid',
57
- gridTemplateColumns: '1fr 1fr 1fr 1fr',
+ gridTemplateColumns: 'repeat(auto-fit, minmax(140px, 1fr))',
58
gridTemplateRows: [180],
59
gap: 8
60
})}>
0 commit comments