Checklist
Describe the issue you are experiencing
For tile cards in sections views, every feature added adds 10px to the content (icon and entity info) area height. As you add more features to a card (like four features on a climate card) it can become very tall and unsightly. This can be further exacerbated by increasing the tile's layout grid rows.

Describe the behavior you expected
Tile card content area should be consistent as more features are added, unless the layout grid rows is increased passed it's minimum. If the layout grid rows is increased passed it's minimum, maybe the additional space can be spread between the content area and all of the features?
Steps to reproduce the issue
- Create a sections view (or use an existing one).
- Add a tile card and set it's entity to one of a domain with built in features (like
climate).
- Add multiple features. Note how the top content area increases in height with each one.
What version of Home Assistant Core has the issue?
2024.8
What was the last working version of Home Assistant Core?
2024.7
In which browser are you experiencing the issue with?
Brave 1.68.137, Firefox 129.0, Android Companion App 2024.7.5
Which operating system are you using to run this browser?
Windows 11, Android 15 beta
State of relevant entities
No response
Problem-relevant frontend configuration
features:
- type: climate-fan-modes
style: dropdown
- type: climate-hvac-modes
- type: climate-preset-modes
style: dropdown
- type: target-temperature
type: tile
entity: climate.downstairs_thermostat
layout_options:
grid_columns: 4
grid_rows: 5
vertical: false
Javascript errors shown in your browser console/inspector
Additional information
Disabling/Removing flex from the tile card content styles here removes the dead space around the tile card header, but in turn moves it to the bottom of the card. At 3-4 card features this dead space is almost equivalent to a grid row.

Some more involved tile card sections height calculation could be used to remove dead space from tile cards with 3+ features.
Checklist
Describe the issue you are experiencing
For tile cards in sections views, every feature added adds 10px to the content (icon and entity info) area height. As you add more features to a card (like four features on a climate card) it can become very tall and unsightly. This can be further exacerbated by increasing the tile's layout grid rows.
Describe the behavior you expected
Tile card content area should be consistent as more features are added, unless the layout grid rows is increased passed it's minimum. If the layout grid rows is increased passed it's minimum, maybe the additional space can be spread between the content area and all of the features?
Steps to reproduce the issue
climate).What version of Home Assistant Core has the issue?
2024.8
What was the last working version of Home Assistant Core?
2024.7
In which browser are you experiencing the issue with?
Brave 1.68.137, Firefox 129.0, Android Companion App 2024.7.5
Which operating system are you using to run this browser?
Windows 11, Android 15 beta
State of relevant entities
No response
Problem-relevant frontend configuration
Javascript errors shown in your browser console/inspector
Additional information
Disabling/Removing
flexfrom the tile card content styles here removes the dead space around the tile card header, but in turn moves it to the bottom of the card. At 3-4 card features this dead space is almost equivalent to a grid row.Some more involved tile card sections height calculation could be used to remove dead space from tile cards with 3+ features.