2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

update left padding for actions RTL (#614)

This commit is contained in:
Jeff Sagal
2018-08-12 22:33:35 -07:00
committed by GitHub
parent 9d9b939a58
commit 99a45f44b6
+1 -1
View File
@@ -14,7 +14,7 @@
attribute does most of the work for us by rearranging the child elements visually.
*/
.v-select[dir="rtl"] .vs__actions {
padding: 0 3px 0 4px;
padding: 0 3px 0 6px;
}
.v-select[dir="rtl"] .dropdown-toggle .clear {
margin-left: 6px;