mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
Merge pull request #47 from utopia-os/profile-fix
fix(other): fix form height
This commit is contained in:
commit
f2520f36db
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user