mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-11 00:53:09 +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>
|
||||||
<span v-else>{{ $t("I create an identity") }}</span>
|
<span v-else>{{ $t("I create an identity") }}</span>
|
||||||
</h1>
|
</h1>
|
||||||
<o-field :label="t('Avatar')">
|
<o-field horizontal :label="t('Avatar')">
|
||||||
<picture-upload
|
<picture-upload
|
||||||
v-model="avatarFile"
|
v-model="avatarFile"
|
||||||
:defaultImage="identity.avatar"
|
:defaultImage="identity.avatar"
|
||||||
|
|
Loading…
Add table
Reference in a new issue