1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-28 01:29:44 +02:00

fix: Fix styles

This commit is contained in:
Maksim Eltyshev 2022-07-26 13:53:30 +02:00
parent 9c192f4b5c
commit 560bddbe18
3 changed files with 12 additions and 1 deletions

View file

@ -467,7 +467,7 @@ const CardModal = React.memo(
);
return (
<Modal open closeIcon size="small" centered={false} onClose={handleClose}>
<Modal open closeIcon centered={false} onClose={handleClose} className={styles.wrapper}>
{canEdit ? (
<AttachmentAddZone onCreate={onAttachmentCreate}>{contentNode}</AttachmentAddZone>
) : (