From 464eeeb2b1f9e5b2f69be273fc63afaff17ca4c8 Mon Sep 17 00:00:00 2001 From: Jan Novak Date: Fri, 8 May 2026 10:20:49 +0200 Subject: [PATCH] fix(go): wrap adults table in
MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The lifted CSS defines .table-container with border: 1px solid #333 and max-width: 1200px — without the wrapper the table stretched to full viewport width and showed no border. Mirrors templates/adults.html. Co-Authored-By: Claude Opus 4.7 --- go/internal/web/templates/adults.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go/internal/web/templates/adults.tmpl b/go/internal/web/templates/adults.tmpl index 5201d21..a3dc249 100644 --- a/go/internal/web/templates/adults.tmpl +++ b/go/internal/web/templates/adults.tmpl @@ -42,6 +42,7 @@
{{if .Data.Results}} +
@@ -85,6 +86,7 @@
+
{{else}}
No members found.
{{end}}