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.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;