Skip to content

Commit a22e54d

Browse files
committed
fix: leaking grid style issue in list
https://play.tailwindcss.com/KeeT0eltsF
1 parent 1fecffc commit a22e54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/daisyui/src/components/list.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
--list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto)
4545
minmax(0, auto) 1fr;
4646
}
47-
:not(.list-col-wrap) {
47+
> :not(.list-col-wrap) {
4848
@apply row-start-1;
4949
}
5050
}

0 commit comments

Comments
 (0)