Skip to content

Commit

Permalink
styles: fix half-width style in dev app
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Aug 9, 2016
1 parent e0ea478 commit 977d12d
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions dev/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,18 @@
}
}
.form-group.half-width {
width: 50%;
}
fieldset.vue-form-generator {
.half-width + .half-width {
&:not(.first) {
padding-left: 0.5rem;
.form-group.half-width {
width: 50%;
}
.half-width + .half-width {
&:not(.first) {
padding-left: 0.5rem;
}
}
}
Expand Down

0 comments on commit 977d12d

Please sign in to comment.