Add space in profile modal to make it consistent with other text (#10103)

This commit is contained in:
Gene Vityugov
2018-03-17 14:19:58 -07:00
committed by Matteo Pagliazzi
parent 25e6f8e26e
commit 767f3ebe12

View File

@@ -27,7 +27,7 @@ div
.header
h1 {{user.profile.name}}
h4
strong {{ $t('userId') }}:
strong {{ $t('userId') }}: 
| {{user._id}}
.col-12.col-md-4
button.btn.btn-secondary(v-if='user._id === userLoggedIn._id', @click='editing = !editing') {{ $t('edit') }}