mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 09:13:20 +03:00
fix: Fix styles
This commit is contained in:
@@ -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>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user