mirror of https://github.com/buster-so/buster.git
9 lines
133 B
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;
|
||
|
}
|
||
|
}
|
||
|
}
|