diff --git a/dashboard/src/components/BackupSiteAddDialog.vue b/dashboard/src/components/BackupSiteAddDialog.vue index 35da2762a..4d0ed46c7 100644 --- a/dashboard/src/components/BackupSiteAddDialog.vue +++ b/dashboard/src/components/BackupSiteAddDialog.vue @@ -304,8 +304,8 @@ defineExpose({ -
{{ $t('backups.configureBackupStorage.backupContents.description') }}
-
+
{{ $t('backups.configureBackupStorage.backupContents.description') }}
+
@@ -316,7 +316,7 @@ defineExpose({ -
{{ $t('backups.configureBackupStorage.automaticUpdates.description') }}
+
{{ $t('backups.configureBackupStorage.automaticUpdates.description') }}
diff --git a/dashboard/src/components/BackupSiteEditDialog.vue b/dashboard/src/components/BackupSiteEditDialog.vue index 61825f2e8..4453b4e5f 100644 --- a/dashboard/src/components/BackupSiteEditDialog.vue +++ b/dashboard/src/components/BackupSiteEditDialog.vue @@ -178,7 +178,7 @@ defineExpose({ -
{{ $t('backups.configureBackupStorage.automaticUpdates.description') }}
+
{{ $t('backups.configureBackupStorage.automaticUpdates.description') }}
diff --git a/dashboard/src/style.css b/dashboard/src/style.css index ef529584d..40a16d16f 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -135,10 +135,14 @@ a.pankow-breadcrumb-item { margin: 8px 0; } -.pankow-form-group + .pankow-checkbox, form .pankow-checkbox { +form .pankow-checkbox { margin: 20px 0 8px 0; } +.pankow-form-group > .pankow-checkbox { + margin: 8px 0; +} + .pankow-table-header-column { border-bottom-color: transparent; }