fix: styling in trial_balance.html and print format

(cherry picked from commit 5858b14071)
This commit is contained in:
Shllokkk
2026-04-24 12:41:13 +05:30
committed by Mergify
parent 2ff9f00ce0
commit 9a18d318d9
2 changed files with 11 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -50,15 +50,20 @@
font-weight: 500; font-weight: 500;
} }
.report-subtitle { .report-subtitle {
margin: 10px 0 14px; margin: 10px 0 14px;
} }
.text-center { text-align: center; } .text-center { text-align: center; }
.text-right { .text-right {
text-align: right; text-align: right;
font-variant-numeric: tabular-nums; font-variant-numeric: tabular-nums;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} }
.text-left { text-align: left; } .text-left { text-align: left; }
.text-bold { font-weight: 700; } .text-bold { font-weight: 700; }
@@ -82,7 +87,7 @@
color: #7c7c7c; color: #7c7c7c;
} }
.report-table tbody td { .report-table tbody td.text-left {
vertical-align: top; vertical-align: top;
word-wrap: break-word; word-wrap: break-word;
} }