fix(ui) - clickmap card image height

This commit is contained in:
Shekar Siri 2023-01-24 18:38:45 +01:00
parent 1cbfce366d
commit 72551e63cd

View file

@ -176,7 +176,7 @@ function WidgetChart(props: Props) {
if (metricType === CLICKMAP) {
if (!props.isPreview) {
return (
<div>
<div style={{ height: '229px', overflow:'hidden', marginBottom: '10px'}}>
<img src={metric.thumbnail} alt="clickmap thumbnail" />
</div>
)