mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
update left padding for actions RTL (#614)
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
attribute does most of the work for us by rearranging the child elements visually.
|
attribute does most of the work for us by rearranging the child elements visually.
|
||||||
*/
|
*/
|
||||||
.v-select[dir="rtl"] .vs__actions {
|
.v-select[dir="rtl"] .vs__actions {
|
||||||
padding: 0 3px 0 4px;
|
padding: 0 3px 0 6px;
|
||||||
}
|
}
|
||||||
.v-select[dir="rtl"] .dropdown-toggle .clear {
|
.v-select[dir="rtl"] .dropdown-toggle .clear {
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
|
|||||||
Reference in New Issue
Block a user