Skip to content

Commit

Permalink
style: add box-sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Aug 26, 2016
1 parent 8a094c8 commit 841f20d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/formGenerator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@
$errorColor: lighten(#F00, 0%);
fieldset.vue-form-generator {
* {
box-sizing: border-box;
}
.form-control {
// Default Bootstrap .form-control style
Expand Down

0 comments on commit 841f20d

Please sign in to comment.