Skip to content

Commit 02d3bd7

Browse files
authored
fix listview action alignment (#3340)
1 parent bc1e8f8 commit 02d3bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/list/src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276

277277
.react-spectrum-ListViewItem-grid {
278278
display: grid;
279-
grid-template-columns: auto auto auto auto 1fr auto auto;
279+
grid-template-columns: auto auto auto 1fr auto auto auto;
280280
grid-template-rows: 1fr auto;
281281
grid-template-areas:
282282
"draghandle checkbox thumbnail content actions actionmenu chevron"

0 commit comments

Comments
 (0)