Skip to content

Commit

Permalink
Remove Unncessary Class (hedyorg#3740)
Browse files Browse the repository at this point in the history
This class causes that the ltr characters in rtl languages to be rendered backwards.

Co-authored-by: Timon Bakker <[email protected]>
  • Loading branch information
jpelay and TiBiBa authored Nov 30, 2022
1 parent 207e2b7 commit 4615fd1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions static/css/additional.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,6 @@ body[dir='rtl'] #editor .ace_scroller {
width: 32px !important;
}

body[dir='ltr'] .ace_line {
direction: ltr !important;
unicode-bidi: bidi-override !important;
}

/* https://stackoverflow.com/questions/53278788/dynamically-change-the-text-direction-in-ace-editor */
body[dir='rtl'] .ace_line {
direction: rtl !important;
unicode-bidi: bidi-override !important;
}

body[dir='ltr'] #editor .ace_gutter-layer > * {
margin-left: 2px;
margin-right: 0px;
Expand Down

0 comments on commit 4615fd1

Please sign in to comment.