Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Lock committed May 18, 2017
1 parent ed16bac commit 425faa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/formGenerator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,9 @@ div
.form-control {
// Default Bootstrap .form-control style
display: block;
&:not([class*=" col-"]){
width: 100%;
}
&:not([class*=" col-"]){
width: 100%;
}
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
Expand Down

0 comments on commit 425faa2

Please sign in to comment.