Skip to content

Commit

Permalink
hot fix remove height 100% in form
Browse files Browse the repository at this point in the history
  • Loading branch information
toreylittlefield committed Sep 22, 2023
1 parent 66d6266 commit 65b2b61
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/client/lib/components/ReportForm/ReportForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ const ReportForm = () => {
<div className="bg-background">
<form
noValidate
className={`flex h-full min-h-screen flex-col ${
step !== 5 ? 'p-2' : ''
}`}
className={`flex min-h-screen flex-col ${step !== 5 ? 'p-2' : ''}`}
>
{!isStepFive && (
<h1 className="text-2xl font-medium">Report your incident</h1>
Expand Down

0 comments on commit 65b2b61

Please sign in to comment.