We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ee6bd commit 39de8ddCopy full SHA for 39de8dd
packages/image-block/src/components/Image.tsx
@@ -125,7 +125,7 @@ export const Image = ({
125
const link = blockSettings?.hasLink && blockSettings?.linkObject?.link ? blockSettings?.linkObject : null;
126
127
return (
128
- <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">
129
<ImageWrapper
130
appBridge={appBridge}
131
isAssetViewerEnabled={isAssetViewerEnabled}
0 commit comments