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