Skip to content

Commit 3884c2c

Browse files
committed
fix(contact): remove forced min-height on success state, let content flow naturally
1 parent 94736d3 commit 3884c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/app/(landing)/components/contact/contact-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export function ContactForm() {
171171

172172
if (submitSuccess) {
173173
return (
174-
<div className='flex min-h-[460px] flex-col items-center justify-center px-8 py-16 text-center'>
174+
<div className='flex flex-col items-center px-8 py-16 text-center'>
175175
<div className='flex h-16 w-16 items-center justify-center rounded-full border border-[var(--landing-bg-elevated)] bg-[var(--landing-bg-surface)] text-[var(--landing-text)]'>
176176
<Check className='h-8 w-8' />
177177
</div>

0 commit comments

Comments
 (0)