Commit 2bc7043
fix(ui): restore Metadata-before-Body order in narrow task dialogs
The Tab-order fix (d963a71) moved Body after Title in DOM order, which
also reordered the single-column (narrow-width) layout to Title, Body,
Metadata. Use CSS order on the Body editor to keep the narrow visual
order Title, Metadata, Body while preserving the DOM/Tab order.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 8ed0e98 commit 2bc7043
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments