Skip to content

Commit 2e69bbc

Browse files
Merge pull request #128 from A909M/fix-rtl-arrow-margin
2 parents 97c7bbd + ec73b14 commit 2e69bbc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

resources/css/index.css

+4
Original file line numberDiff line numberDiff line change
@@ -327,3 +327,7 @@ html.dark
327327
font-size: 16px;
328328
}
329329
}
330+
331+
[dir='rtl'] .treeselect-input__arrow {
332+
margin-left: 7px;
333+
}

0 commit comments

Comments
 (0)