mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 07:51:08 -04:00
Make invoice footer row justify content between, remove col from child elements.
This commit is contained in:
@ -32,11 +32,10 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="row">
|
<div class="row pl-3 pr-3 justify-content-between">
|
||||||
<InvoiceBankDetails :invoice="invoice" :errors="errors" @update="updateProp"
|
<InvoiceBankDetails :invoice="invoice" :errors="errors" @update="updateProp"/>
|
||||||
class="col-8"/>
|
|
||||||
<InvoiceContactDetails :invoice="invoice" :errors="errors" @update="updateProp"
|
<InvoiceContactDetails :invoice="invoice" :errors="errors" @update="updateProp"
|
||||||
class="col-4 text-right"/>
|
class="text-right"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user