From 90e36c45528cc9b74f3a9bb0931fc79269b5d8f3 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 8 Oct 2025 10:43:31 +0200 Subject: [PATCH] add more description tags --- dashboard/src/components/BackupSiteAddDialog.vue | 6 +++--- dashboard/src/components/BackupSiteEditDialog.vue | 2 +- dashboard/src/style.css | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) 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; }