Dashboard, group name - margin

Hi. Is there and "trick" to reduce the vertical margin between the group header and the body?
Looking at the following example (Temparaturen / Schalter / Sonos ) I would like to have only 50% or 66%.

Hey!

I think this can help you:

Arne

Thanks - that was very helpful to understand the "logic". The solution is a template node, added to side with this data:

<style>
.nr-dashboard-cardpanel > p {
    margin-bottom: -5px;
}
</style>

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