Browse Source

fix: nested lists indentation (#1114)

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

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

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