mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
Merge pull request #556 from NowServingUs/master
Inherit font-family instead of using 'sans-serif'
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user