From 6079b3f4974781e5bf2e6081c95476157e311701 Mon Sep 17 00:00:00 2001 From: ThyeeZz Date: Mon, 4 Dec 2023 18:53:50 +0800 Subject: [PATCH] fix style of sub and sup --- src/templates/docsStyle.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/templates/docsStyle.less b/src/templates/docsStyle.less index c9ed791a7..c9ce0236e 100644 --- a/src/templates/docsStyle.less +++ b/src/templates/docsStyle.less @@ -78,6 +78,14 @@ } } + sub { + vertical-align: sub; + } + + sup { + vertical-align: sup; + } + code { font-size: 14px; line-height: 1.4rem;