mirror of
https://github.com/plankanban/planka.git
synced 2025-07-22 14:49:43 +02:00
Small UI improvements, update dependencies
This commit is contained in:
parent
d770470371
commit
1f38c6073c
17 changed files with 99 additions and 103 deletions
|
@ -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}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue