Skip to content

Commit

Permalink
fix #218
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Jun 1, 2017
1 parent 076b7f0 commit b632f1b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions dev/full/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = {
model: "firstName",
featured: true,
required: true,
help: "First name of user",
placeholder: "User's first name",
styleClasses: "half-width",
validator: validators.string,
Expand Down
2 changes: 1 addition & 1 deletion dist/vfg-core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vfg.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/vfg.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/formGenerator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ div.vue-form-generator(v-if='schema != null')
$errorColor: #F00;
fieldset.vue-form-generator {
.vue-form-generator {
* {
box-sizing: border-box;
Expand Down Expand Up @@ -521,7 +521,7 @@ div.vue-form-generator(v-if='schema != null')
content: "*";
font-weight: normal;
color: Red;
position: absolute;
// position: absolute;
padding-left: 0.2em;
font-size: 1em;
}
Expand Down

0 comments on commit b632f1b

Please sign in to comment.