summaryrefslogtreecommitdiffstats
path: root/client/components/lists
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-05-09 14:24:35 +0300
committerGitHub <noreply@github.com>2019-05-09 14:24:35 +0300
commit434ed895eddb3836add1e23f0382cf0c5d3b9978 (patch)
tree2daf0616049c67fab4216bfcba26b3ec642823e5 /client/components/lists
parent6218d8c7ed87a450ecd898adf91d3348284c3143 (diff)
parent1bdc1017d6c5396bd6354d5497e20d1c273e62e9 (diff)
downloadwekan-434ed895eddb3836add1e23f0382cf0c5d3b9978.tar.gz
wekan-434ed895eddb3836add1e23f0382cf0c5d3b9978.tar.bz2
wekan-434ed895eddb3836add1e23f0382cf0c5d3b9978.zip
Merge pull request #2395 from guyzyl/devel
Fixed RTL issue #884
Diffstat (limited to 'client/components/lists')
-rw-r--r--client/components/lists/listBody.jade2
1 files changed, 1 insertions, 1 deletions
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