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
Try to apply grid-template-columns: 50% auto; in Code Inspector:
This causes an overflow.
Similar case - with grid-template-columns: 51% auto; for history-graph (note - 51%):
Does not happen, for example, with Entities card or Area card:
Yes, I understand that a user is not supposed to play with Code Inspector.
But here there is a suspicion that something may not work properly in Frontend.
Describe the behavior you expected
The auto value should cause a filling based on a remaining area.
Steps to reproduce the issue
see above
What version of Home Assistant Core has the issue?
2025.1
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue?
Chrome 131.0.6778.265
Which operating system are you using to run this browser?
Win10
State of relevant entities
Problem-relevant frontend configuration
Javascript errors shown in your browser console/inspector
Additional information
No response
The text was updated successfully, but these errors were encountered:
Assume “grid-template-columns: 10% auto” - what is an expected result with “minmax(0, 1fr)”?
Anyway, this could be a workaround; the question is why “auto” stopped working.
Checklist
Describe the issue you are experiencing
Consider a Grid card:
Try to apply
grid-template-columns: 50% auto;
in Code Inspector:This causes an overflow.
Similar case - with
grid-template-columns: 51% auto;
forhistory-graph
(note -51%
):Does not happen, for example, with Entities card or Area card:
Yes, I understand that a user is not supposed to play with Code Inspector.
But here there is a suspicion that something may not work properly in Frontend.
Describe the behavior you expected
The
auto
value should cause a filling based on a remaining area.Steps to reproduce the issue
see above
What version of Home Assistant Core has the issue?
2025.1
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue?
Chrome 131.0.6778.265
Which operating system are you using to run this browser?
Win10
State of relevant entities
Problem-relevant frontend configuration
Javascript errors shown in your browser console/inspector
Additional information
No response
The text was updated successfully, but these errors were encountered: