Skip to content

Commit d395439

Browse files
madassdevJhumanJ
andauthored
fix form logo size (#345)
Co-authored-by: Julien Nahum <julien@nahum.net>
1 parent 29fdc96 commit d395439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/open/forms/components/form-components/FormEditorPreview.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
>
2525
<img alt="Logo Picture" :src="coverPictureSrc(form.logo_picture)"
2626
:class="{'top-5':!form.cover_picture, '-top-10':form.cover_picture}"
27-
class="w-20 h-20 object-contain absolute left-5 transition-all"
27+
class="max-w-60 h-20 object-contain absolute left-5 transition-all"
2828
/>
2929
</div>
3030
</div>

0 commit comments

Comments
 (0)