make routing form full width (#8215)
parent
c0f7c40bec
commit
46611fdf77
|
@ -44,7 +44,6 @@ export default function FormInputFields(props: Props) {
|
|||
{field.label}
|
||||
</label>
|
||||
</div>
|
||||
<div className="flex rounded-sm">
|
||||
<Component
|
||||
value={response[field.id]?.value}
|
||||
placeholder={field.placeholder ?? ""}
|
||||
|
@ -68,7 +67,6 @@ export default function FormInputFields(props: Props) {
|
|||
}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
})}
|
||||
</>
|
||||
|
|
Loading…
Reference in New Issue