fix: Optimize the print style some financial reports

This commit is contained in:
Ahmed Bouhuolia
2024-02-25 17:40:33 +02:00
parent b340776278
commit 71742c3480
10 changed files with 56 additions and 15 deletions

View File

@@ -10,4 +10,20 @@ table tr.row-type--closing-balance td{
table tr.row-type--closing-balance td {
border-bottom: 1px solid #ececec;
}
`;
table .column--debit,
table .column--credit,
table .column--amount,
table .column--running_balance,
table .cell--debit,
table .cell--credit,
table .cell--amount,
table .cell--running_balance{
text-align: right;
}
table tr.row-type--account .cell--date span,
table tr.row-type--opening-balance .cell--account_name span,
table tr.row-type--closing-balance .cell--account_name span{
white-space: nowrap;
}
`;