diff --git a/umap/static/umap/css/importers.css b/umap/static/umap/css/importers.css index f4a265c4..e572b446 100644 --- a/umap/static/umap/css/importers.css +++ b/umap/static/umap/css/importers.css @@ -25,6 +25,10 @@ background-size: 100%; vertical-align: -10px; } +html[dir="rtl"] .importer h3:before { + margin-left: 10px; + margin-right: auto; +} .importers ul [type=button]:before { background-image: url(../img/importers/random.svg); background-repeat: no-repeat;