diff options
Diffstat (limited to 'src/components/select/select.vue')
| -rw-r--r-- | src/components/select/select.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/select/select.vue b/src/components/select/select.vue index 8d6528ff..56e651e3 100644 --- a/src/components/select/select.vue +++ b/src/components/select/select.vue @@ -23,7 +23,8 @@ <style lang="scss"> @import '../../_variables.scss'; -.Select { +/* TODO fix order of styles */ +label.Select { padding: 0; select { |
