From c3492388ad01c43503181012105f2de490129c77 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 13:28:44 +0000 Subject: [PATCH] Archive tables: fixed layout so columns align across tables Co-Authored-By: golden --- templates/resources/page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/resources/page.html b/templates/resources/page.html index 8b514dd..02bd732 100644 --- a/templates/resources/page.html +++ b/templates/resources/page.html @@ -1,9 +1,9 @@ {% extends "page.html" %} {% macro archive_table(label, tests, columns) %} - +
- + {% for column in columns %} {% endfor %}
{{ label }}{{ label }}{{ column.label }}