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

Fix style

parent c2572e19
No related branches found
No related tags found
1 merge request!45Generate invite tokens from admin-fe
......@@ -4,13 +4,13 @@
<div class="actions-container">
<el-button class="create-invite-token" @click="createTokenDialogVisible = true">
<span>
<i class="el-icon-plus"/>
<i class="icon el-icon-plus"/>
{{ $t('invites.createInviteToken') }}
</span>
</el-button>
<el-button class="invite-via-email" @click="inviteUserDialogVisible = true">
<span>
<i class="el-icon-message"/>
<i class="icon el-icon-message"/>
{{ $t('invites.inviteUserViaEmail') }}
</span>
</el-button>
......@@ -142,7 +142,7 @@ export default {
},
computed: {
getLabelWidth() {
return this.isDesktop ? '120px' : '80px'
return this.isDesktop ? '100px' : '80px'
},
isDesktop() {
return this.$store.state.app.device === 'desktop'
......@@ -222,6 +222,9 @@ export default {
h1 {
margin: 22px 0 0 15px;
}
.icon {
margin-right: 5px;
}
.info {
color: #666666;
font-size: 13px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment