From ccf10476e3a2d68a36d87762c0d04b30c30e45b8 Mon Sep 17 00:00:00 2001 From: yangjian Date: Mon, 16 Nov 2020 22:16:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96Vditor=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E7=9A=84=E6=96=87=E6=A1=A3=E5=9C=A8=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/mrdoc/mrdoc.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/mrdoc/mrdoc.css b/static/mrdoc/mrdoc.css index 0ca9e03..6c69b70 100644 --- a/static/mrdoc/mrdoc.css +++ b/static/mrdoc/mrdoc.css @@ -802,4 +802,7 @@ input#doc-name,input#doctemp-name{ div.doc-summary{ z-index: 9999; } + .markdown-body{ + width: 100%; + } }