Nested card now show borders
SinisterMedusa opened this issue · 1 comments
SinisterMedusa commented
After updating HA to the latest version, vertical-stack-in-cards nested inside vertical-stack-in-cards have visible borders.
Examples:
type: custom:vertical-stack-in-card
horizontal: true
cards:
- type: custom:vertical-stack-in-card
cards:- type: button
entity: sun.sun - type: button
entity: sun.sun
- type: button
- type: custom:vertical-stack-in-card
cards:- type: button
entity: sun.sun - type: button
entity: sun.sun
- type: button
type: custom:vertical-stack-in-card
cards:
- type: custom:vertical-stack-in-card
horizontal: true
cards:- type: button
entity: sun.sun - type: button
entity: sun.sun
- type: button
- type: custom:vertical-stack-in-card
horizontal: true
cards:- type: button
entity: sun.sun - type: button
entity: sun.sun
- type: button
SinisterMedusa commented
This is a duplicate, sorry, please close.