Skip to content

Commit

Permalink
fix(select): use scoped style
Browse files Browse the repository at this point in the history
  • Loading branch information
14nrv committed Mar 8, 2021
1 parent 9100785 commit 49644f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Fields/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default {
}
</script>

<style lang="stylus">
<style lang="stylus" scoped>
.is-fullwidth
width 100%
</style>

0 comments on commit 49644f3

Please sign in to comment.