Commit 197acbe
committed
fix(settings): restore <pre>{pretty}</pre> block in export preview modal
The <pre> element that renders the JSON content was missing from
the modal, leaving the operator looking at section counts and
buttons with an empty body. Restored the element with the same
classes used elsewhere in the modal:
- flex-1 min-h-0: takes the remaining vertical space inside
the modal's flex column
- overflow-auto: scrollable when the JSON is larger than the
viewport
- whitespace-pre-wrap break-all: wraps very long lines so
individual fallback entries or model rows don't force a
horizontal scroll
- text-[11px] font-mono leading-snug: matches the rest of
the modal's code-style chrome1 parent c49d75b commit 197acbe
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
628 | 631 | | |
629 | 632 | | |
630 | 633 | | |
| |||
0 commit comments