소스 검색

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;
}

불러오는 중...
취소
저장