Skip to content

Commit

Permalink
adding direction in the style of Code Mirror parent element
Browse files Browse the repository at this point in the history
  • Loading branch information
jpelay committed Sep 13, 2023
1 parent 5b36a4e commit 5ce010d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/incl/editor-and-output.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</div>

<!-- The actual editor -->
<div id="editor" style="background: #272822; font-size:0.95em; color: white" lang="en" blurred='false'
<div id="editor" style="background: #272822; font-size:0.95em; color: white; direction: {{ g.dir }};" lang="en" blurred='false'
{% if editor_readonly %}data-readonly="true"{% endif %}
class="w-full flex-1 text-lg rounded {% if raw %} max-h-56 {% endif %}"></div>
<div id="parsons_code_container" class="w-full flex flex-col mx-auto gap-2 items-center" style="display: none;">
Expand Down

0 comments on commit 5ce010d

Please sign in to comment.