From fe8334321109069851a9e48be66138587245e9a6 Mon Sep 17 00:00:00 2001 From: chenos Date: Tue, 2 Nov 2021 10:05:02 +0800 Subject: [PATCH] fix(docs-style): reduce line height --- .dumi/theme/style/markdown.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.dumi/theme/style/markdown.less b/.dumi/theme/style/markdown.less index cae5e9156..803b7d66d 100755 --- a/.dumi/theme/style/markdown.less +++ b/.dumi/theme/style/markdown.less @@ -3,8 +3,7 @@ .markdown { color: @c-text; font-size: 15px; - // line-height: 1.60625; - line-height: 2; + line-height: 1.60625; &:not(:first-child):empty { min-height: 32px;