mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
Add space in profile modal to make it consistent with other text (#10103)
This commit is contained in:
committed by
Matteo Pagliazzi
parent
25e6f8e26e
commit
767f3ebe12
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user