Minor fixes for playful design
This commit is contained in:
parent
5f51ea9002
commit
5bd0b043e0
2 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue