Minor fixes for playful design

This commit is contained in:
David Bomba 2022-01-12 17:34:47 +11:00
parent 5f51ea9002
commit 5bd0b043e0
2 changed files with 7 additions and 1 deletions

View File

@ -75,6 +75,9 @@ class PaymentAmountsBalanceRule implements Rule
return true;
}
nlog(request()->input('invoices'));
nlog($payment_amounts);
nlog($invoice_amounts);
return $payment_amounts >= $invoice_amounts;
}

View File

@ -38,7 +38,10 @@
border-radius: 10px;
}
#entity-details p { margin-right: 20px; }
#entity-details p {
margin-right: 20px;
white-space: nowrap;
}
.header-wrapper #entity-details {
width: 100%;