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%.
ArneR
25 August 2020 07:10
2
Hey!
I think this can help you:
Ah Ha! I figured it out. You have to set the CSS 'position' of the nr-dashboard-text in the group to 'static'. Here is an example with two tabs showing the css that will only effect one of the tabs:
[{"id":"bcc301e2.996758","type":"ui_text","z":"4cd4f4f3.7effcc","group":"f03bcc4.355aa3","order":1,"width":"7","height":"1","name":"","label":"Alarm Status","format":"{{msg.payload}}","layout":"row-spread","x":390,"y":140,"wires":[]},{"id":"89ecd5f7.6159b8","type":"ui_text","z":"4cd4f4f3.7effcc","gr…
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>