ofekashery/vertical-stack-in-card

Nested card now show borders

SinisterMedusa opened this issue · 1 comments

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: custom:vertical-stack-in-card
    cards:
    • type: button
      entity: sun.sun
    • type: button
      entity: sun.sun

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: custom:vertical-stack-in-card
    horizontal: true
    cards:
    • type: button
      entity: sun.sun
    • type: button
      entity: sun.sun

This is a duplicate, sorry, please close.