.podman-log-pane's own multi-line white-space handling lived only on its .l child divs (used by the Logs tab's per-line entries) — Settings sets .textContent directly on the pane itself for rc.podman's raw output, so without white-space: pre-wrap on the pane too, every real newline in `rc.podman status`'s multi-line output collapsed into one paragraph. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>