Skip to content

Commit 39de8dd

Browse files
authored
fix(ImageBlock): block is overflowing (#1014)
1 parent c0ee6bd commit 39de8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/image-block/src/components/Image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const Image = ({
125125
const link = blockSettings?.hasLink && blockSettings?.linkObject?.link ? blockSettings?.linkObject : null;
126126

127127
return (
128-
<div data-test-id="image-block-image" className="tw-flex tw-w-full tw-h-auto tw-relative">
128+
<div data-test-id="image-block-image" className="tw-flex tw-w-full tw-h-auto tw-relative tw-overflow-hidden">
129129
<ImageWrapper
130130
appBridge={appBridge}
131131
isAssetViewerEnabled={isAssetViewerEnabled}

0 commit comments

Comments
 (0)