This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: RTL style for text-editor
version-14
Suraj Shetty
5 years ago
parent
253e73ed66
commit
692b69a3e3
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save