Fix small border issue

This commit is contained in:
Andrew Kingston 2024-06-18 10:38:50 +01:00
parent 11e75c2199
commit a74dde5985
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -355,9 +355,9 @@
}
/* Overrides for quiet */
.grid.quiet :global(.grid-data-content .row .cell:not(:last-child)),
.grid.quiet :global(.sticky-column .row .cell),
.grid.quiet :global(.new-row .cell:not(:last-child)) {
.grid.quiet :global(.grid-data-content .row > .cell:not(:last-child)),
.grid.quiet :global(.sticky-column .row > .cell),
.grid.quiet :global(.new-row .row > .cell:not(:last-child)) {
border-right: none;
}
.grid.quiet :global(.sticky-column:before) {