app/BTCPayApp.UI/Components/InvoiceList.razor.css
2024-07-27 11:56:10 +02:00

8 lines
123 B
CSS

.invoice-list .box {
margin-bottom: 0 !important;
}
.invoice-list .box + .box {
margin-top: var(--btcpay-space-xs);
}