From b150b530b546e483b6febc826ed1681c748b20ce Mon Sep 17 00:00:00 2001 From: furu04 Date: Sun, 26 Apr 2026 21:19:43 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=85=B7=E5=90=88=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/static/css/style.css b/web/static/css/style.css index 8214315..7ad800e 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -360,6 +360,11 @@ tr.kb-focus { } @media (max-width: 575.98px) { + table.custom-table, + table.custom-table > tbody { + display: block; + width: 100%; + } .custom-table thead { display: none; }