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

Merge pull request #556 from NowServingUs/master

Inherit font-family instead of using 'sans-serif'
This commit is contained in:
Jeff Sagal
2018-06-08 09:55:50 -07:00
committed by GitHub
+1 -1
View File
@@ -1,7 +1,7 @@
<style>
.v-select {
position: relative;
font-family: sans-serif;
font-family: inherit;
}
.v-select,