diff --git a/src/components/common/modals/common-modal.tsx b/src/components/common/modals/common-modal.tsx index 1db3067eb..bacd0559d 100644 --- a/src/components/common/modals/common-modal.tsx +++ b/src/components/common/modals/common-modal.tsx @@ -48,23 +48,25 @@ export const CommonModal: React.FC = ({ }, [title, titleIsI18nKey]) return ( - - - - - -   - - {titleElement} - - - {children} - + + + + + + +   + + {titleElement} + + + {children} + + ) }