From b0afe56663503b7a123dc54e24c861c4bf5b065a Mon Sep 17 00:00:00 2001 From: AOAOSTAR <86001674+aoaostar@users.noreply.github.com> Date: Wed, 27 Apr 2022 15:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E4=B8=8Btable=E6=98=BE=E7=A4=BA=E6=BA=A2=E5=87=BA=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/css/common/markdown.styl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/css/common/markdown.styl b/source/css/common/markdown.styl index 73f11fb..f3a6dbd 100644 --- a/source/css/common/markdown.styl +++ b/source/css/common/markdown.styl @@ -210,6 +210,12 @@ width: 100%; overflow: auto; + @media screen and (max-width: 768px) { + & { + table-layout: fixed; + } + } + td, th { padding: 0;