Browse Source

fix: inconsistent spacing in nested lists

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

1
client/themes/default/scss/app.scss

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

Loading…
Cancel
Save