fix signature field size

This commit is contained in:
Pete Matsyburka
2025-05-29 17:11:49 +03:00
parent fa0733f480
commit 260bd6d5d5
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -55,12 +55,12 @@
>
<div
v-else-if="field.type === 'signature' && signature"
class="flex justify-between h-full gap-1 overflow-hidden"
:class="isNarrow ? 'flex-row' : 'flex-col'"
class="flex justify-between h-full gap-1 overflow-hidden w-full"
:class="isNarrow && withSignatureId ? 'flex-row' : 'flex-col'"
>
<div
class="flex overflow-hidden"
:class="isNarrow ? 'w-1/2' : 'flex-grow'"
:class="isNarrow && withSignatureId ? 'w-1/2' : 'flex-grow'"
style="min-height: 50%"
>
<img