Skip to content

Commit

Permalink
Revert "[5.x] Fix text direction in the Markdown fieldtype when using…
Browse files Browse the repository at this point in the history
… RTL mode (#10931)"

This reverts commit 467e09e.
  • Loading branch information
jasonvarga committed Oct 22, 2024
1 parent c756bdb commit 894e462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/css/vendors/codemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: ltr; }

.CodeMirror-code {
outline: none;
}
Expand Down

0 comments on commit 894e462

Please sign in to comment.