fix style issue

This commit is contained in:
Chris Kruining 2025-01-07 08:11:55 +01:00
parent 7b3e7e9ca2
commit f73ad56c0e
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -29,7 +29,7 @@
white-space: nowrap;
}
& :is(.cell:first-child, .checkbox + .cell) {
& *:is(.cell:first-child, .checkbox + .cell) {
position: sticky;
inset-inline-start: 1px;
padding-inline-start: calc(var(--depth, 0) * (1em + var(--padding-s)) + var(--padding-m));