2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 03:19:01 +00:00

fix(ui): full width if no image

This commit is contained in:
18alantom 2022-10-25 14:28:13 +05:30
parent b74ca580cc
commit 078356aae1

View File

@ -68,7 +68,7 @@
/> />
<FormControl <FormControl
v-if="titleField" v-if="titleField"
:class="!!imageField ? 'mr-4' : ''" :class="!!imageField ? 'mr-4' : 'w-full mx-4'"
:input-class="[ :input-class="[
'font-semibold text-xl', 'font-semibold text-xl',
!!imageField ? '' : 'text-center', !!imageField ? '' : 'text-center',