Skip to content

Commit

Permalink
Fix RTL margin for .treeselect-input__arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
A909M committed Oct 31, 2024
1 parent 97c7bbd commit 0fc9497
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions resources/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,7 @@ html.dark
font-size: 16px;
}
}

[dir='rtl'] .treeselect-input__arrow {
margin-left: 7px;
}
Loading

0 comments on commit 0fc9497

Please sign in to comment.