Does anyone know how to reduce the vertical spacing between entities in the entities card using CSS?
I have installed card_mod and can update card’s CSS styling, like this:
style: |
ha-card {
margin-right: 20px;
margin-top: 20px;
}:
I am however unable to find out what CSS code reduces the line spacing in the entities card. It appears many have similar question and it should be configurable in the card I think.