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:
parent
b74ca580cc
commit
078356aae1
@ -68,7 +68,7 @@
|
||||
/>
|
||||
<FormControl
|
||||
v-if="titleField"
|
||||
:class="!!imageField ? 'mr-4' : ''"
|
||||
:class="!!imageField ? 'mr-4' : 'w-full mx-4'"
|
||||
:input-class="[
|
||||
'font-semibold text-xl',
|
||||
!!imageField ? '' : 'text-center',
|
||||
|
Loading…
Reference in New Issue
Block a user