Browse Source

fix: RTL style for text-editor

version-14
Suraj Shetty 5 years ago
parent
commit
692b69a3e3
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      frappe/public/css/desk-rtl.css

+ 5
- 0
frappe/public/css/desk-rtl.css View File

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

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

Loading…
Cancel
Save