Skip to content

Commit

Permalink
Add missing center class
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmi committed May 23, 2023
1 parent 42b0b82 commit 66756d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/board/Items/Item.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ const Item = ({
<div className={`corner ${itemMark} ${itemMarkTopRight}`} />
<div className={`corner ${itemMark} ${itemMarkBottomRight}`} />
<div className={`corner ${itemMark} ${itemMarkBottomLeft}`} />
<div className={`${itemMark} ${itemMarkCenter}`} />
<div className={`center ${itemMark} ${itemMarkCenter}`} />
{showResizeHandle && (
<>
{resizeDirections.b && (
Expand Down

0 comments on commit 66756d6

Please sign in to comment.