mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 01:11:13 +03:00
Small UI improvements, update dependencies
This commit is contained in:
@@ -105,13 +105,7 @@ const CardModal = React.memo(
|
||||
const labelIds = labels.map((label) => label.id);
|
||||
|
||||
return (
|
||||
<Modal
|
||||
open
|
||||
closeIcon
|
||||
size="small"
|
||||
centered={false}
|
||||
onClose={onClose}
|
||||
>
|
||||
<Modal open closeIcon size="small" centered={false} onClose={onClose}>
|
||||
<Grid className={styles.grid}>
|
||||
<Grid.Row className={styles.headerPadding}>
|
||||
<Grid.Column width={16} className={styles.headerPadding}>
|
||||
|
||||
Reference in New Issue
Block a user