fix form field size

pull/217/head
Pete Matsyburka 2 years ago
parent 9a5b2a5d30
commit a7221f0750

@ -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

Loading…
Cancel
Save