Image getting slightly cut at dashboard

Hello Helical Team,
I am using Helical Insight EE 4.0. At the dashboard designer level when we are adding images (via the right click option) the image is getting slightly cut at the bottom.

Please help.

Thank You,
Kaji.

Hello Kajipe,

Please put this code in the dashboard designer CSS place and check once.

.img-responsive
{
width: 94% !important;
height: 94% !important;
}

image

Thank You,
Helical Insight.