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
I don't know if I am missing somthing, maybe an option. But when I put a swipe-card inside a grid the inner cards don't get fit to the swipe card size.
Expected (without swipe card):
How it looks (with swipe card - the size of swiper-card is all the way to the grid but not its child cards):
The text was updated successfully, but these errors were encountered:
I've been seeing similar things since updating to HA 2023.6:
In this case the second row in the screenshot above is a horizontal-stack inside a swipe-card, and it's too wide. All the items should be the same width in the screenshot. I've got the same behaviour with grid instead of stack. The first row isn't a swipe.
Inspecting the source in the browser, the stack is defaulting to 492px wide, regardless of the screen resolution:
Switching dashboards is sometimes enough to make it resize to fit, but not always. I have tried applying card_width but that doesn't seem to apply. Using parameters -> width applies, but that's a static width.
Hello,
I don't know if I am missing somthing, maybe an option. But when I put a swipe-card inside a grid the inner cards don't get fit to the swipe card size.
Expected (without swipe card):
How it looks (with swipe card - the size of swiper-card is all the way to the grid but not its child cards):
The text was updated successfully, but these errors were encountered: