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/lists/listBody.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/components/lists/listBody.jade') diff --git a/client/components/lists/listBody.jade b/client/components/lists/listBody.jade index 61fec93a..71ad7f90 100644 --- a/client/components/lists/listBody.jade +++ b/client/components/lists/listBody.jade @@ -105,7 +105,7 @@ template(name="searchElementPopup") each boards option(value="{{_id}}") {{title}} form.js-search-term-form - input(type="text" name="searchTerm" placeholder="{{_ 'search-example'}}" autofocus) + input(type="text" name="searchTerm" placeholder="{{_ 'search-example'}}" autofocus dir="auto") .list-body.js-perfect-scrollbar.search-card-results .minicards.clearfix.js-minicards if isBoardTemplateSearch -- cgit v1.2.3-1-g7c22