fix form field size

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

@ -40,13 +40,16 @@
:height="20" :height="20"
/> />
</button> </button>
<div> <div
:class="{ 'md:px-4': isBreakpointMd }"
>
<form <form
v-if="!isCompleted" v-if="!isCompleted"
ref="form" ref="form"
:action="submitPath" :action="submitPath"
method="post" method="post"
:class="{ 'md:mx-16': isBreakpointMd }" class="mx-auto"
:style="{ maxWidth: isBreakpointMd ? '582px' : '' }"
@submit.prevent="submitStep" @submit.prevent="submitStep"
> >
<input <input

Loading…
Cancel
Save