From b127144b184614103562d7d0a750257d9dac19df Mon Sep 17 00:00:00 2001 From: xiaoyifang <105986+xiaoyifang@users.noreply.github.com> Date: Fri, 21 Jan 2022 09:35:45 +0800 Subject: [PATCH] fix: remove width 100% style revert to previous version,seems in some cases will affect visual display. --- article-style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/article-style.css b/article-style.css index a2c51c65..4fb8ff5f 100644 --- a/article-style.css +++ b/article-style.css @@ -70,7 +70,6 @@ pre /* Appears between the articles */ .gdarticleseparator { - width: 100%; display: inline-block; clear: both; }