Browse Source

fix: inconsistent spacing in nested lists

NGPixel 5 years ago
parent
commit
1c814638da
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/themes/default/scss/app.scss

+ 1 - 0
client/themes/default/scss/app.scss

@@ -316,6 +316,7 @@
     list-style-position: inside;
 
     li > ul, li > ol {
+      padding-top: .5rem;
       padding-left: 1rem;
     }