Skip to content
Snippets Groups Projects
Unverified Commit 6477d395 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

remove nested flex-full

parent ce2a04a4
Branches
Tags
No related merge requests found
......@@ -84,7 +84,7 @@ export const ModalBody = ({ children, fullPageModal, formModal }) => (
})}
>
<div
className="flex-full ml-auto mr-auto flex flex-column"
className="ml-auto mr-auto flex flex-column"
style={{ maxWidth: formModal && fullPageModal ? FORM_WIDTH : undefined }}
>
{children}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment