Skip to content

Commit 8e5bb9d

Browse files
committed
styles: fix checkbox style
1 parent b2fcef1 commit 8e5bb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fields/fieldCheckbox.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</script>
1212

1313
<style lang="sass">
14-
.vue-form-generator .field-checkbox {
14+
.vue-form-generator .field-checkbox input {
1515
margin-left: 12px;
1616
}
1717
</style>

0 commit comments

Comments
 (0)