Fix styling of new invoice line in invoice table

This commit is contained in:
Edgar P. Burkhart 2023-01-01 09:02:25 +01:00
parent 08227d3af3
commit 01dcd561d6
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -53,3 +53,6 @@
grid-column: 1 / -1;
text-align: center;
}
.table > .invoice.new > a {
grid-column: 2 / -1;
}