Commit 3b51863
committed
fix: widen Contact Dates column in Prince George court report template
Resolves #6730
The contacts table in the Prince George report template had three
equal-width columns (~2.2" each), making the Contact Dates column
too narrow for entries with multiple dates. This caused formatting
issues reported by the Prince George CASA stakeholders.
Adjusted column widths to give Contact Dates ~4 inches (5760 twips)
while narrowing Name and Title/Relationship to ~1.33" each. The total
table width (9606 twips) is preserved.
Before: Name 2.28" | Title 2.16" | Dates 2.24"
After: Name 1.33" | Title 1.34" | Dates 4.00"
Also added a spec to verify the template column widths and prevent
regressions.1 parent a7cb545 commit 3b51863
File tree
2 files changed
+53
-0
lines changed- app/documents/templates
- spec/documents/templates
2 files changed
+53
-0
lines changedBinary file not shown.
Lines changed: 53 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
0 commit comments