fix(ui) - clickmap card image height
This commit is contained in:
parent
1cbfce366d
commit
72551e63cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue