mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-10 16:43:16 +00:00
Add horizontal tag to form item in profile settings
This commit is contained in:
parent
b1f2d4e22d
commit
1c7383235d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
}}</span>
|
||||
<span v-else>{{ $t("I create an identity") }}</span>
|
||||
</h1>
|
||||
<o-field :label="t('Avatar')">
|
||||
<o-field horizontal :label="t('Avatar')">
|
||||
<picture-upload
|
||||
v-model="avatarFile"
|
||||
:defaultImage="identity.avatar"
|
||||
|
|
Loading…
Add table
Reference in a new issue