Use block styling on role checkboxes.

This commit is contained in:
Buster Neece 2022-12-27 08:08:07 -06:00
parent c9aaa7cdfb
commit 03b593f6b0
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
</template>
<template #default="props">
<b-form-checkbox-group :id="props.id" :options="globalPermissionOptions"
v-model="props.field.$model">
v-model="props.field.$model" stacked>
</b-form-checkbox-group>
</template>
</b-wrapped-form-group>

View File

@ -27,7 +27,7 @@
</template>
<template #default="props">
<b-form-checkbox-group :id="props.id" :options="stationPermissionOptions"
v-model="props.field.$model">
v-model="props.field.$model" stacked>
</b-form-checkbox-group>
</template>
</b-wrapped-form-group>