We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e94679 commit 56bf22bCopy full SHA for 56bf22b
packages/pluggableWidgets/image-web/src/utils/helpers.ts
@@ -15,7 +15,6 @@ export function constructStyleObject(props: ImageContainerProps): CSSProperties
15
imageStyle.height = "auto";
16
17
if (minHeightUnit !== "none" && minHeight > 0) {
18
- console.warn(minHeight);
19
imageStyle.minHeight = getHeightScale(minHeight, minHeightUnit);
20
}
21
0 commit comments