Merge pull request #9005 from timconner/v5-develop

Add margin-top to public_notes on clean design
This commit is contained in:
David Bomba 2023-12-01 15:33:20 +11:00 committed by GitHub
commit 347c9010d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -240,6 +240,10 @@
margin-bottom: 0;
}
[data-ref="total_table-public_notes"] {
margin-top: 1rem;
}
[data-ref="statement-totals"] {
margin-top: 1rem;
text-align: right;