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
@@ -180,7 +180,7 @@ onMounted(async () => {
<Button @click="newDialog.open()" icon="fa fa-plus">{{ $t('profile.apiTokens.newApiToken') }}</Button>
</template>
<p v-html="$t('profile.apiTokens.description', { apiDocsLink: 'https://docs.cloudron.io/api.html' })"></p>
<div v-html="$t('profile.apiTokens.description', { apiDocsLink: 'https://docs.cloudron.io/api.html' })"></div>
<br/>
<TableView :columns="columns" :model="apiTokens" :placeholder="$t('profile.apiTokens.noTokensPlaceholder')">
+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')">
@@ -58,7 +58,7 @@ onMounted(async () => {
<template>
<Section :title="$t('notifications.settings.title')">
<p>{{ $t('notifications.settingsDialog.description') }}</p>
<div>{{ $t('notifications.settingsDialog.description') }}</div>
<br/>
<SettingsItem>