A dotted border

Hi Team,

I am using Helical Insight 5.1 GA and I have created a dashboard with 6 panels. Even if i have disabled the borders then also i can see dotted border. I want to remove these borders as i don’t want any borders on any panels.
How to fix this?

Thank You,
Snow.

Hello, this has already been fixed with the latest versions of Helical Insight enterprise edition 5.1 GA. For now you can follow the steps mentioned below to take care
You can apply below mentioned CSS at dashboard level and save, this will remove the border. Right click on the dashboard, go to advanced and in the CSS placeholder save the below code.

  .hi-report-container
   {
border: 0px solid black !important
}

Below is the screenshot on where to use this CSS :

image

Thank you,
Helical Insight.