浏览代码

fix bullets position in rtl mode (#1892)

Seyed Sajad Kahani 5 年之前
父节点
当前提交
1efdd6dd5e
共有 1 个文件被更改,包括 1 次插入0 次删除
  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';
       }
     }