Skip to content

Commit 99a45f4

Browse files
authored
update left padding for actions RTL (sagalbot#614)
1 parent 9d9b939 commit 99a45f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
attribute does most of the work for us by rearranging the child elements visually.
1515
*/
1616
.v-select[dir="rtl"] .vs__actions {
17-
padding: 0 3px 0 4px;
17+
padding: 0 3px 0 6px;
1818
}
1919
.v-select[dir="rtl"] .dropdown-toggle .clear {
2020
margin-left: 6px;

0 commit comments

Comments
 (0)