From 8327d80b91d9827ddfab8439ed649565c3a1b494 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Mon, 19 Jan 2026 14:50:33 +0100 Subject: [PATCH] Table was sticking to edges of screen now --- .../jdd-components/table-with-markdown/table-with-markdown.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/back/jdd-components/table-with-markdown/table-with-markdown.css b/src/back/jdd-components/table-with-markdown/table-with-markdown.css index cb0eb77..9cd7b9e 100644 --- a/src/back/jdd-components/table-with-markdown/table-with-markdown.css +++ b/src/back/jdd-components/table-with-markdown/table-with-markdown.css @@ -5,7 +5,7 @@ flex-flow: column; align-items: center; background: var(--color-brand-text-bg); - padding: 16px 0; + padding: 16px; table, td,