You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a bit of fiddling, I realized the picture element card had a layout of 1 high and 3 wide while it showed the picture at its full height (which is closer to 4 high).
This explains why only one button could be placed next to it.
After changing the height, the picture element adjusted accordingly and the buttons could be lined up according to the now correct height.
So, the actual bug is the initial height of the picture element.
Checklist
Describe the issue you are experiencing
I'm trying to create a section with a 3x3 card next to 3 1x1 cards. After placing the first 1x1 card, the option to place additional cards disappears.
Update: the picture element turned out to be a 3x1 card while showing as a 3x3 or 3x4 card. This is why only 1 card could be placed next to it.
Describe the behavior you expected
I would expect to be able to place 3 1x1 cards next to the 3x3 card.
Update:
I would expect a picture element to have a height of at least the height of the picture.
Steps to reproduce the issue
...
Update:
What version of Home Assistant Core has the issue?
20241106.2
What was the last working version of Home Assistant Core?
2024.11.2
In which browser are you experiencing the issue with?
Chrome 131.0.6778.39
Which operating system are you using to run this browser?
Android
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
The text was updated successfully, but these errors were encountered: