fix style issue
This commit is contained in:
parent
7b3e7e9ca2
commit
f73ad56c0e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
& :is(.cell:first-child, .checkbox + .cell) {
|
& *:is(.cell:first-child, .checkbox + .cell) {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
inset-inline-start: 1px;
|
inset-inline-start: 1px;
|
||||||
padding-inline-start: calc(var(--depth, 0) * (1em + var(--padding-s)) + var(--padding-m));
|
padding-inline-start: calc(var(--depth, 0) * (1em + var(--padding-s)) + var(--padding-m));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue