Fix spacing between form group and checkbox
This commit is contained in:
@@ -146,7 +146,7 @@ defineExpose({
|
||||
<div class="error-label" v-if="formError">{{ formError }}</div>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup style="padding-bottom: 10px;">
|
||||
<FormGroup>
|
||||
<label>{{ $t('email.editMailboxDialog.owner') }}</label>
|
||||
<SingleSelect v-model="ownerId" :options="usersAndGroups" :searchThreshold="10" option-key="id" option-label="name"/>
|
||||
</FormGroup>
|
||||
|
||||
Reference in New Issue
Block a user