Skip to content

Commit 0fc9497

Browse files
committed
Fix RTL margin for .treeselect-input__arrow
1 parent 97c7bbd commit 0fc9497

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

resources/css/index.css

Lines changed: 4 additions & 0 deletions
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)