More header margin fixes

This commit is contained in:
Johannes Zellner
2025-09-19 19:02:10 +02:00
parent 5d1c6d35f7
commit 5ad217bd18
6 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ onMounted(async () => {
<Button @click="newDialog.open()" icon="fa fa-plus">{{ $t('profile.appPasswords.newPassword') }}</Button>
</template>
<p>{{ $t('profile.appPasswords.description') }}</p>
<div>{{ $t('profile.appPasswords.description') }}</div>
<br/>
<TableView :columns="columns" :model="passwords" :placeholder="$t('profile.appPasswords.noPasswordsPlaceholder')">