fix: wrap per-host status line so 320px viewport does not scroll (closes #42)
Some checks failed
check / check (push) Has been cancelled

This commit was merged in pull request #50.
This commit is contained in:
2026-08-10 16:07:28 +02:00
parent 25a852d35c
commit 852a11eec2
2 changed files with 40 additions and 19 deletions

View File

@@ -22,6 +22,8 @@ files, so merging it also closes most compliance gaps.
# Completed Steps
- 2026-08-10: per-host status line wraps below the 768px breakpoint instead of
forcing horizontal page scroll at 320px
- 2026-08-09: `Dockerfile.backend` reworked to the mandated Go multistage
lint-stage pattern: separate `lint` stage on the hash-pinned
`golangci/golangci-lint` image, `COPY --from=lint` stage dependency,