Skip to content

Commit

Permalink
styles: fix fieldLabel style selector
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Aug 9, 2016
1 parent 977d12d commit b910b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/fieldLabel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</script>

<style lang="sass">
.vue-form-generator .field-label {
.vue-form-generator .field-label span {
display: block;
width: 100%;
margin-left: 12px;
Expand Down

0 comments on commit b910b3d

Please sign in to comment.