Skip to content

Commit

Permalink
Fix checkbox spacing (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmason30 authored May 10, 2023
1 parent ad63045 commit f4b7197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/tool.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 @@ -40,7 +40,7 @@
@input="toggleOption(permission.option)"
:title="permission.description">

{{ permission.label }}
<span>{{ permission.label }}</span>

</checkbox-with-label>

Expand Down

0 comments on commit f4b7197

Please sign in to comment.