From 0c26a385865a740c107130256ff4128661bf243b Mon Sep 17 00:00:00 2001 From: RiseForever Date: Wed, 12 Aug 2026 19:58:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/content.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/styles/content.css b/src/styles/content.css index 17979d9..362faf6 100644 --- a/src/styles/content.css +++ b/src/styles/content.css @@ -305,10 +305,11 @@ .prose .table-scroll::-webkit-scrollbar-thumb { border-radius: 4px; background: color-mix(in srgb, var(--color-muted) 60%, transparent); } .prose table { - width: 100%; + width: max-content; + min-width: 100%; margin: 0; border-collapse: collapse; - table-layout: fixed; + table-layout: auto; } .prose thead {