瀏覽代碼

fix: RTL style for text-editor

version-14
Suraj Shetty 5 年之前
父節點
當前提交
692b69a3e3
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      frappe/public/css/desk-rtl.css

+ 5
- 0
frappe/public/css/desk-rtl.css 查看文件

@@ -110,4 +110,9 @@ ul.tree-children {
}
.section-header {
direction: ltr;
}

.ql-editor {
direction: rtl;
text-align: right;
}

Loading…
取消
儲存