From 43f6648c6bf4e3d28ac9915ee9cc1123aec7cfba Mon Sep 17 00:00:00 2001 From: RiseForever Date: Wed, 12 Aug 2026 23:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A1=A8=E6=A0=BC=E6=8E=92?= =?UTF-8?q?=E7=89=88=E9=97=AE=E9=A2=98?= 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 362faf6..cab4417 100644 --- a/src/styles/content.css +++ b/src/styles/content.css @@ -305,8 +305,8 @@ .prose .table-scroll::-webkit-scrollbar-thumb { border-radius: 4px; background: color-mix(in srgb, var(--color-muted) 60%, transparent); } .prose table { - width: max-content; - min-width: 100%; + width: 100%; + max-width: 100%; margin: 0; border-collapse: collapse; table-layout: auto; @@ -333,6 +333,7 @@ border: 1px solid var(--color-border); overflow-wrap: anywhere; word-break: break-word; + white-space: normal; } @media (max-width: 48rem) {