Add horizontal tag to form item in profile settings

This commit is contained in:
Jon Freer 2023-08-13 17:26:18 +00:00 committed by Thomas Citharel
parent b1f2d4e22d
commit 1c7383235d
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -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"