From 1bdc1017d6c5396bd6354d5497e20d1c273e62e9 Mon Sep 17 00:00:00 2001 From: Guy Zylberberg Date: Wed, 8 May 2019 21:30:38 +0300 Subject: Fixed RTL issue #884 --- client/components/cards/subtasks.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/components/cards/subtasks.jade') diff --git a/client/components/cards/subtasks.jade b/client/components/cards/subtasks.jade index b0ef2f33..7e64e23f 100644 --- a/client/components/cards/subtasks.jade +++ b/client/components/cards/subtasks.jade @@ -50,13 +50,13 @@ template(name="subtaskDeleteDialog") button.toggle-delete-subtask-dialog(type="button") {{_ 'cancel'}} template(name="addSubtaskItemForm") - textarea.js-add-subtask-item(rows='1' autofocus) + textarea.js-add-subtask-item(rows='1' autofocus dir="auto") .edit-controls.clearfix button.primary.confirm.js-submit-add-subtask-item-form(type="submit") {{_ 'save'}} a.fa.fa-times-thin.js-close-inlined-form template(name="editSubtaskItemForm") - textarea.js-edit-subtask-item(rows='1' autofocus) + textarea.js-edit-subtask-item(rows='1' autofocus dir="auto") if $eq type 'item' = item.title else @@ -76,7 +76,7 @@ template(name="subtasksItems") else +subtaskItemDetail(item = item subtasks = subtasks) if canModifyCard - +inlinedForm(autoclose=false classNames="js-add-subtask-item" subtasks = subtasks) + +inlinedForm(autoclose=false classNames="js-add-subtask-item" subtasks = subtasks dir="auto") +addSubtaskItemForm else a.add-subtask-item.js-open-inlined-form -- cgit v1.2.3-1-g7c22