diff --git a/dashboard/src/components/ApiTokens.vue b/dashboard/src/components/ApiTokens.vue index 2a81b0d40..83b464c85 100644 --- a/dashboard/src/components/ApiTokens.vue +++ b/dashboard/src/components/ApiTokens.vue @@ -37,7 +37,7 @@ -

+

{{ $t('profile.apiTokens.title') }}

diff --git a/dashboard/src/components/AppPasswords.vue b/dashboard/src/components/AppPasswords.vue index bc5257534..3b6b08cce 100644 --- a/dashboard/src/components/AppPasswords.vue +++ b/dashboard/src/components/AppPasswords.vue @@ -36,7 +36,7 @@ -

+

{{ $t('profile.appPasswords.title') }}

diff --git a/dashboard/src/components/ProfileView.vue b/dashboard/src/components/ProfileView.vue index 9b95cb3e8..9ffb245d4 100644 --- a/dashboard/src/components/ProfileView.vue +++ b/dashboard/src/components/ProfileView.vue @@ -55,7 +55,7 @@ -

{{ $t('profile.loginTokens.title') }}

+

{{ $t('profile.loginTokens.title') }}

{{ $t('profile.loginTokens.description', { webadminTokenCount: webadminTokens.length, cliTokenCount: cliTokens.length }) }}

diff --git a/dashboard/src/style.css b/dashboard/src/style.css index ebd8daeaf..272a714e9 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -48,6 +48,10 @@ footer > .p { margin: 4px; } +.header { + margin-top: 50px; +} + .header-with-button { display: flex; justify-content: space-between;