From 545c6aade6a2e1e7227012ae07bf91163de613b2 Mon Sep 17 00:00:00 2001 From: mguschin Date: Wed, 13 May 2026 21:06:18 +0300 Subject: [PATCH] fix: table fills full card width Co-Authored-By: Claude Sonnet 4.6 --- web/static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/static/style.css b/web/static/style.css index 7cfa8a1..b5f8557 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -315,7 +315,13 @@ button.sm, a[role="button"].sm { article.card { overflow: hidden; + width: 100%; max-width: 100%; + box-sizing: border-box; +} + +table.align-middle { + width: 100%; } table.align-middle td,