How to set the margin-top
and margin-bottom
for a custom:fold-entity-row
?
It uses too much space, example:
This is not working unfortunately:
- type: custom:fold-entity-row
head:
type: section
label: Watchman Report
style: |
.divider {
background-color: transparent !important;
#margin-top: -15px !important;
}
padding: 0
open: false
entities:
- ...
card_mod:
style:
.: |
ha-card {
margin-top: -15px; # <-- not working
margin-bottom: -15px; # <-- not working
}