Skip to content

Commit

Permalink
fix: increase line-height for form labels
Browse files Browse the repository at this point in the history
  • Loading branch information
tzelleke committed May 17, 2020
1 parent a6a40df commit 0468b90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
:for="field.name"
v-text="label"
@click="toggleOption(option)"
class="w-full"
class="w-full leading-tight"
></label>
</div>
</div>
Expand Down

0 comments on commit 0468b90

Please sign in to comment.