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 88495fb commit 4f75b13Copy full SHA for 4f75b13
starters/docs/src/GridList.css
@@ -25,7 +25,6 @@
25
&[data-layout=grid] > .react-aria-GridListSection {
26
grid-template-columns: repeat(auto-fit, minmax(100px, var(--grid-item-size)));
27
grid-auto-rows: min-content;
28
- width: inherit;
29
}
30
31
&[data-layout=stack] > .react-aria-GridListSection {
0 commit comments