2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

Merge pull request #1 from NowServingUs/nowserving-patch-1

allow component to inherit font family choices
This commit is contained in:
Todd Baur
2018-06-07 21:03:33 +09:00
committed by GitHub
+1 -1
View File
@@ -1,7 +1,7 @@
<style> <style>
.v-select { .v-select {
position: relative; position: relative;
font-family: sans-serif; font-family: inherit;
} }
.v-select, .v-select,