Commit 062ca5b
fix: full-width in-table section dividers in single-submission PDF
The approval-step field table reused .step-section-header on its <td>
section rows, but that class declares display:table and width:100% for
the outer step-header <div>. Those declarations overrode <td colspan="4">
and collapsed the section divider into the first column.
Introduces a .step-field-section class for the in-table divider that
styles cleanly on a <td>. Bulk PDF already used its own dedicated
.section-row class and was not affected.
Bumps version to 0.71.2.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent eaa895c commit 062ca5b
3 files changed
Lines changed: 24 additions & 2 deletions
File tree
- django_forms_workflows/templates/django_forms_workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
10 | 22 | | |
11 | 23 | | |
12 | 24 | | |
| |||
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
145 | 155 | | |
146 | 156 | | |
147 | 157 | | |
| |||
291 | 301 | | |
292 | 302 | | |
293 | 303 | | |
294 | | - | |
| 304 | + | |
295 | 305 | | |
296 | 306 | | |
297 | 307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments