Browse Source

fix bullets position in rtl mode (#1892)

pull/1899/head
Seyed Sajad Kahani 5 years ago
committed by GitHub
parent
commit
1efdd6dd5e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      client/themes/default/scss/app.scss

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

@ -514,6 +514,7 @@
width: 1.35rem;
@at-root .is-rtl & {
right: -1.1rem;
content: '\25C3';
}
}

Loading…
Cancel
Save