Fix <Modal> footers with long-text or lots of buttons
This commit is contained in:
parent
6664315e3a
commit
7038a3f3ab
9 changed files with 48 additions and 20 deletions
|
@ -22,8 +22,8 @@ export const Alert: FunctionComponent<PropsType> = ({
|
|||
}) => (
|
||||
<Modal i18n={i18n} onClose={onClose} title={title}>
|
||||
{body}
|
||||
<Modal.Footer>
|
||||
<Modal.ButtonFooter>
|
||||
<Button onClick={onClose}>{i18n('Confirmation--confirm')}</Button>
|
||||
</Modal.Footer>
|
||||
</Modal.ButtonFooter>
|
||||
</Modal>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue