In “group”, padding is not configurable by settings, but i tried to change it by UI-template (CSS- All pages). However, despite I tried several changes as below, I couldn’t change it. Any suggestions?
I tried below but not worked:
.nr-dashboard-group {padding: 0px !important;}
.nrdb-ui-group-body { padding: 0 !important; }
In below image, red line is image container and there gap between group container which is grey line.
.v-card-text {
border: 1px solid blue; /* only to verify it's been applied */
padding: 0;
}
Above code worked! Only side effect is that ui-chart borders are also without any gap to group borders. So, I set padding as 2px, which is subitable to for fair padding. thank you very much for the support. Below image is with zero padding.