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
v2.0.5: Fix multi-column grid via ResizeObserver β bypasses shadow DOM auto-fill issue
CSS auto-fill/minmax can silently fail inside shadow DOM and HA card
wrappers because the browser doesn't propagate the container width to
the grid algorithm. Replace with a ResizeObserver that measures the
real pixel width and sets an explicit repeat(N, 1fr) column count.
Also adds width:100% and min-width:0 to prevent overflow edge cases.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments