fix: Do not change direction of text if already in RTL mode
This commit is contained in:
parent
7b19c91c37
commit
56bb11dc17
1 changed files with 10 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
font-family: inherit;
|
||||
}
|
||||
|
||||
/*rtl:begin:ignore*/
|
||||
.ql-editor {
|
||||
font-family: var(--font-stack);
|
||||
color: var(--text-color);
|
||||
|
|
@ -22,7 +23,15 @@
|
|||
a[href] {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.ql-direction-rtl {
|
||||
direction: rtl;
|
||||
+ .table {
|
||||
direction: ltr;
|
||||
}
|
||||
}
|
||||
}
|
||||
/*rtl:end:ignore*/
|
||||
|
||||
|
||||
.ql-toolbar.ql-snow {
|
||||
border-top-left-radius: var(--border-radius);
|
||||
|
|
@ -70,6 +79,7 @@
|
|||
min-height: 0;
|
||||
max-height: none;
|
||||
overflow: hidden;
|
||||
resize: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue