Fix styling of new invoice line in invoice table
This commit is contained in:
parent
08227d3af3
commit
01dcd561d6
1 changed files with 3 additions and 0 deletions
|
@ -53,3 +53,6 @@
|
|||
grid-column: 1 / -1;
|
||||
text-align: center;
|
||||
}
|
||||
.table > .invoice.new > a {
|
||||
grid-column: 2 / -1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue