Skip to content

Commit

Permalink
Merge pull request #47 from utopia-os/profile-fix
Browse files Browse the repository at this point in the history
fix(other): fix form height
  • Loading branch information
antontranelis authored Nov 22, 2024
2 parents 5354daa + 22915c1 commit f2520f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Profile/ProfileForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export function ProfileForm() {
className='tw-mx-4 tw-mt-4 tw-mb-4 tw-overflow-x-hidden tw-w-[calc(100%-32px)] md:tw-w-[calc(50%-32px)] tw-max-w-3xl !tw-left-auto tw-top-0 tw-bottom-0'
>
<form
className='tw-h-full'
onSubmit={(e) => {
e.preventDefault()
void onUpdateItem(
Expand Down

0 comments on commit f2520f3

Please sign in to comment.