Skip to content
Snippets Groups Projects
Commit d7e3a63d authored by mateusz-winiarczyk's avatar mateusz-winiarczyk
Browse files

Merge branch 'MIN-285-edit-user-overlay-modal' into 'development'

fix(overlays): user overlay edit modal width (MIN-285)

Closes MIN-285

See merge request !168
parents c087e2ac f3d91524
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!168fix(overlays): user overlay edit modal width (MIN-285)
Pipeline #88356 passed
......@@ -28,6 +28,7 @@ export const ModalLayout = ({ children }: ModalLayoutProps): JSX.Element => {
className={twMerge(
'flex h-5/6 w-10/12 flex-col overflow-hidden rounded-lg',
modalName === 'login' && 'h-auto w-[400px]',
modalName === 'edit-overlay' && 'h-auto w-[432px]',
)}
>
<div className="flex items-center justify-between bg-white p-[24px] text-xl">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment