Skip to content

Commit

Permalink
fix: use 100% for crop (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Feb 5, 2024
1 parent 392a736 commit 0abb860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/CropModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function centerAspectCrop(
makeAspectCrop(
{
unit: '%',
width: 90,
width: 100,
},
aspect,
mediaWidth,
Expand Down

0 comments on commit 0abb860

Please sign in to comment.