mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix: Optimize the print style some financial reports
This commit is contained in:
@@ -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;
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user