Skip to content

Commit

Permalink
fix(ImageBlock): block is overflowing (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopdaniel authored Feb 7, 2025
1 parent c0ee6bd commit 39de8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/image-block/src/components/Image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const Image = ({
const link = blockSettings?.hasLink && blockSettings?.linkObject?.link ? blockSettings?.linkObject : null;

return (
<div data-test-id="image-block-image" className="tw-flex tw-w-full tw-h-auto tw-relative">
<div data-test-id="image-block-image" className="tw-flex tw-w-full tw-h-auto tw-relative tw-overflow-hidden">
<ImageWrapper
appBridge={appBridge}
isAssetViewerEnabled={isAssetViewerEnabled}
Expand Down

0 comments on commit 39de8dd

Please sign in to comment.