2024.7 Tile card with numeric input added not spaced correctly
Checklist
- [X] I have updated to the latest available Home Assistant version.
- [X] I have cleared the cache of my browser.
- [X] I have tried a different browser to see if it is related to my browser.
- [ ] I have tried reproducing the issue in safe mode to rule out problems with unsupported custom resources.
Describe the issue you are experiencing
If I add a tile card to a dashboard, add the "numeric input" feature to the card and change the layout to one row, 4 columns:
The card will not add enough spacing which means that other cards overlap:
Describe the behavior you expected
Enough spacing below the card or slider and entity on same row
Steps to reproduce the issue
- Add tile card for numeric entity
- Add the numeric input feature
- Change layout to one row and 4 columns ...
What version of Home Assistant Core has the issue?
2024.7.0b3
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue with?
No response
Which operating system are you using to run this browser?
No response
State of relevant entities
No response
Problem-relevant frontend configuration
No response
Javascript errors shown in your browser console/inspector
No response
Additional information
No response
I think this is sort of to be expected. The tile cards always take up a row, and are extending rows with each feature you add. The customization of the rows/cols, now coming to UI in this release, allow to make it bigger, but won't relayout things in places where there is now space available.
It's fixed by https://github.com/home-assistant/frontend/pull/21244. You can now longer have feature overflow because the min height is calculated according to the number of features.