Open panhans opened 1 year ago
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.
is there a solution for the problem ?
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):