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