Give section headers more space
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
</div>
|
||||
</Dialog>
|
||||
|
||||
<h2 class="header-with-button">
|
||||
<h2 class="header header-with-button">
|
||||
{{ $t('profile.apiTokens.title') }}
|
||||
<Button @click="newDialog.open()" icon="fa fa-plus">{{ $t('profile.apiTokens.newApiToken') }}</Button>
|
||||
</h2>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
</div>
|
||||
</Dialog>
|
||||
|
||||
<h2 class="header-with-button">
|
||||
<h2 class="header header-with-button">
|
||||
{{ $t('profile.appPasswords.title') }}
|
||||
<Button @click="newDialog.open()" icon="fa fa-plus">{{ $t('profile.appPasswords.newPassword') }}</Button>
|
||||
</h2>
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<AppPasswords/>
|
||||
<ApiTokens v-show="user.isAtLeastAdmin"/>
|
||||
|
||||
<h2>{{ $t('profile.loginTokens.title') }}</h2>
|
||||
<h2 class="header">{{ $t('profile.loginTokens.title') }}</h2>
|
||||
<Card>
|
||||
<p>{{ $t('profile.loginTokens.description', { webadminTokenCount: webadminTokens.length, cliTokenCount: cliTokens.length }) }}</p>
|
||||
<Button danger :loading="revokeTokensBusy" :disabled="revokeTokensBusy" @click="onRevokeAllWebAndCliTokens()">{{ $t('profile.loginTokens.logoutAll') }}</Button>
|
||||
|
||||
Reference in New Issue
Block a user