Hopefully a simple one to someone who knows! I’m losing the descenders on the letters p and y on this card so I think I need to change the row height. I’ve read through loads of posts and tried lots of things but I still can’t figure it out. (Sorry, I’m not good at CSS type things!)
This is my lovelace card:
type: vertical-stack
cards:
- type: entities
entities:
- entity: sensor.wupws_temp
- entity: sensor.outside_side_door
- entity: sensor.kitchen
- entity: sensor.velux_sensor_temperature
- entity: sensor.bedroom
- entity: binary_sensor.gates
- entity: switch.gate
name: Open/close the Gates
- entity: cover.velux_window
- entity: cover.velux_window_3
- entity: cover.velux_window_2
- entity: script.sunny_day
- entity: script.close_blinds_kitchen_halfway
name: Kitchen blinds halfway
card_mod:
style: |
ha-card {
font-size: 26px;
}
This is what it looks like:
How can I fix this please?