8 lines
137 B
CSS
8 lines
137 B
CSS
.invoice-list ::deep .box {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.invoice-list ::deep .box + .box {
|
|
margin-top: var(--btcpay-space-xs);
|
|
}
|