checkbox has the needed spacing now

This commit is contained in:
Girish Ramakrishnan
2025-10-08 10:32:08 +02:00
parent 91e21d69db
commit 367eb1b1e1
@@ -111,7 +111,7 @@ defineExpose({
<fieldset>
<FormGroup>
<label for="daysInput">{{ $t('backups.configureBackupSchedule.schedule') }}</label>
<div v-html="$t('backups.configureBackupSchedule.scheduleDescription')" style="margin-bottom: 10px; "></div>
<div v-html="$t('backups.configureBackupSchedule.scheduleDescription')"></div>
<Checkbox :label="$t('main.statusEnabled')" v-model="scheduleEnabled" />
<div v-if="scheduleEnabled" style="display: flex; gap: 10px; margin-left: 10px">