Browse Source

#2085 <sup> line-height

bach 10 months ago
parent
commit
38e874613d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      assets/css/base/_reset.scss

+ 3 - 0
assets/css/base/_reset.scss

@@ -22,6 +22,9 @@ li{
   list-style: none;
 }
 
+sup{
+  line-height: 0;
+}
 .visualy-hidden {
   position: absolute !important;
   clip: rect(1px, 1px, 1px, 1px);