Ui nodes on dashboard showing borders , when I have not added any

Hi
In my node-red dashboard screen I am facing a issues

  1. As You can see in below image for UI text -box and gauges etc., its showing borders for some elements , but I have not added any borders or padding to the elements on dashboards , How can I remove these borders ?

Thank you and Regards

I think it is the border of the ui-card-panel element

You can override the CSS

.nr-dashboard-theme ui-card-panel {    
    border: unset;
}
1 Like

That did it , Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.