Skip to content

Commit

Permalink
fix: pixel number adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuddomack committed Oct 25, 2023
1 parent 95d28f9 commit b25468f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/components/Puck/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export function Puck({
display: "grid",
padding: 16,
gridTemplateAreas: '"left middle right"',
gridTemplateColumns: "288px auto 343px",
gridTemplateColumns: "288px auto 344px",
gridTemplateRows: "auto",
}}
>
Expand Down

0 comments on commit b25468f

Please sign in to comment.