Skip to content
Snippets Groups Projects
Commit e4ba720a authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Fix width

parent 7638fa71
Branches
No related tags found
1 merge request!155Mediaproxy cache pagination and search
......@@ -49,7 +49,7 @@
<div slot="header" class="clearfix">
<span>{{ $t('invites.tokenCreated') }}</span>
</div>
<el-form label-width="80px" class="new-token-card">
<el-form label-width="85px" class="new-token-card">
<el-form-item :label="$t('invites.inviteLink')">
<el-link :href="inviteLink" :underline="false" target="_blank">
{{ inviteLink }}
......@@ -186,7 +186,7 @@ export default {
'authHost'
]),
getLabelWidth() {
return this.isDesktop ? '100px' : '80px'
return this.isDesktop ? '100px' : '85px'
},
inviteLink() {
return `${baseName(this.authHost)}/registration/${this.newToken.token}`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment