mirror of
https://github.com/wekan/wekan.git
synced 2026-02-27 02:14:06 +01:00
Fixed RTL issue #884
This commit is contained in:
parent
723fa11a74
commit
1bdc1017d6
7 changed files with 13 additions and 12 deletions
|
|
@ -1,5 +1,6 @@
|
|||
template(name="editor")
|
||||
textarea.editor(
|
||||
dir="auto"
|
||||
class="{{class}}"
|
||||
id=id
|
||||
autofocus=autofocus
|
||||
|
|
@ -7,7 +8,7 @@ template(name="editor")
|
|||
+Template.contentBlock
|
||||
|
||||
template(name="viewer")
|
||||
.viewer
|
||||
.viewer(dir="auto")
|
||||
+mentions
|
||||
+markdown
|
||||
{{> UI.contentBlock }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue