Browse Source

Slight increase of indentation in lists

pull/6185/head
Nyxtorm 2 years ago
committed by GitHub
parent
commit
3db294a64c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      client/themes/default/scss/app.scss

2
client/themes/default/scss/app.scss

@ -513,7 +513,7 @@
li > ul, li > ol {
padding-top: .5rem;
padding-left: 1rem;
padding-left: 2rem;
@at-root .is-rtl & {
padding-left: 0;

Loading…
Cancel
Save