buster/web/src/components/ui/charts/TableChart/TableChart.css

9 lines
133 B
CSS

.buster-table-chart {
.rdg-row:not(:has(+ .rdg-row)) {
@apply border-b-0;
.rdg-cell {
@apply border-b-0;
}
}
}