From c1a00d34abbfec519cb727337a0eaf044fa77d6a Mon Sep 17 00:00:00 2001 From: Enciphered Date: Sun, 31 May 2026 06:23:54 +0500 Subject: [PATCH] style: adjust wrapper background gradient to 49px to match exact table header height --- templates/components/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/components/macros.html b/templates/components/macros.html index b01dde8..2089ce7 100644 --- a/templates/components/macros.html +++ b/templates/components/macros.html @@ -391,7 +391,7 @@ {% macro table_container_open(id, max_height="68vh") %} -
+
{% endmacro %}