Merge pull request #1716 from ajaxorg/force_ltr
force editor text to be ltr
This commit is contained in:
commit
be2b684b6f
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,11 @@
|
|||
color: black;
|
||||
}
|
||||
|
||||
.ace_editor .ace_line {
|
||||
direction: ltr;
|
||||
unicode-bidi: bidi-override;
|
||||
}
|
||||
|
||||
.ace_scroller {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue