From be24e04c176702307808207f8283628fb766967e Mon Sep 17 00:00:00 2001 From: xiaoyifang <105986+xiaoyifang@users.noreply.github.com> Date: Fri, 21 Jan 2022 09:30:49 +0800 Subject: [PATCH] fix: body and banner overlap --- article-style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/article-style.css b/article-style.css index 4f9dff06..a2c51c65 100644 --- a/article-style.css +++ b/article-style.css @@ -75,6 +75,12 @@ pre clear: both; } +.gddictnamebodyseparator +{ + display: inline-block; + clear: both; +} + /* Dictionary query error description string */ .gderrordesc {