Browse Source

fix bullets position in rtl mode (#1892)

Seyed Sajad Kahani 5 years ago
parent
commit
1efdd6dd5e
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

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