mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Fix styles
This commit is contained in:
parent
5ac99c9d1d
commit
9998f554d6
3 changed files with 12 additions and 1 deletions
|
@ -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>
|
||||
) : (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue