fix form field size

This commit is contained in:
Pete Matsyburka
2024-02-15 00:58:47 +02:00
parent 9a5b2a5d30
commit a7221f0750
+5 -2
View File
@@ -40,13 +40,16 @@
:height="20"
/>
</button>
<div>
<div
:class="{ 'md:px-4': isBreakpointMd }"
>
<form
v-if="!isCompleted"
ref="form"
:action="submitPath"
method="post"
:class="{ 'md:mx-16': isBreakpointMd }"
class="mx-auto"
:style="{ maxWidth: isBreakpointMd ? '582px' : '' }"
@submit.prevent="submitStep"
>
<input