Skip to content

Commit

Permalink
🆕 new: multiple fields in a row
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Jun 16, 2016
1 parent 6dfb675 commit da4f766
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions dev/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,10 @@
}
}
.form-group {
&.half-width {
width: 50%;
}
}
</style>
5 changes: 4 additions & 1 deletion src/formGenerator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
</script>

<style lang="sass" scoped>
<style lang="sass">
$errorColor: lighten(#F00, 0%);
Expand Down Expand Up @@ -249,6 +249,9 @@
.form-group {
display: inline-block;
width: 100%;
margin: 0.5rem 0.26rem;
label {
font-weight: 400;
Expand Down

0 comments on commit da4f766

Please sign in to comment.