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 bc1e8f8 commit 02d3bd7Copy full SHA for 02d3bd7
packages/@react-spectrum/list/src/styles.css
@@ -276,7 +276,7 @@
276
277
.react-spectrum-ListViewItem-grid {
278
display: grid;
279
- grid-template-columns: auto auto auto auto 1fr auto auto;
+ grid-template-columns: auto auto auto 1fr auto auto auto;
280
grid-template-rows: 1fr auto;
281
grid-template-areas:
282
"draghandle checkbox thumbnail content actions actionmenu chevron"
0 commit comments