Browse Source

fix(ui): Match base line-height to theme body line-height (#49830)

Evan Purkhiser 1 year ago
parent
commit
c55d4f0a1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/less/base.less

+ 1 - 1
static/less/base.less

@@ -113,7 +113,7 @@ ol,
 blockquote {
   padding-top: 0;
   margin-top: 0;
-  line-height: 1.5;
+  line-height: 1.4;
 }
 
 input,