Entities card borders are not where they should be

Hi,
Since the upgrade to 2023.4.0 (I think), one of my pages is not displaying correctly on any device. I have two entity cards in a horizontal stack. 26 entities in each card, but the border is wrapping the card at the 13th:

Is this a known issue?

Post a code for this card.

Here you go

type: horizontal-stack
cards:
  - type: entities
    entities:
      - entity: switch.shellyplug_s_christmastree
        name: Christmas Tree
        icon: mdi:pine-tree
      - entity: switch.chauffage
        name: Chauffage
        icon: mdi:radiator
      - entity: switch.water_heater
        name: Electric Water Heater
        icon: mdi:water-boiler
      - entity: switch.lights
        name: Lights
        icon: mdi:lightbulb-group
      - entity: switch.living_room_ac
        name: Living Room AC
        icon: mdi:air-conditioner
      - entity: switch.master_bedroom_ac
        name: Master Bedroom AC
        icon: mdi:air-conditioner
      - entity: switch.water_pump
        name: Water Pump
        icon: mdi:water-pump
      - entity: switch.shellyplug_s_c1343d
        name: Attic
        icon: mdi:server-network
      - entity: switch.shellyplug_s_0da2ae
        name: Kitchen Fridge
        icon: mdi:fridge
      - entity: switch.shellyplug_s_laundry_dryer
        name: Dryer
        icon: mdi:tumble-dryer
      - entity: switch.shellyplug_s_0cd745
        name: Freezer
        icon: mdi:fridge
      - entity: switch.shellyplug_s_6ee227
        name: Living Room TV
        icon: mdi:television
      - entity: switch.shellyplug_s_6ee6c6
        name: Roof Desk
        icon: mdi:desktop-classic
      - entity: switch.shellyplug_s_roof_watercooler
        name: Roof Water Cooler
        icon: mdi:cup-water
      - entity: switch.shellyplug_s_de82d5
        icon: mdi:server
        name: Server Cabinet
      - entity: switch.shellyplug_s_washingmachine
        name: Washing Machine
        icon: mdi:washing-machine
      - entity: switch.shellyplug_s_watercooler
        name: Water Cooler
        icon: mdi:cup-water
      - entity: switch.shellyplug_s_winecooler
        name: Wine Cooler
        icon: mdi:bottle-wine
      - entity: switch.fish_tank
        name: Fish Tank
      - entity: switch.smart_plug_4
        name: Guest Restroom
      - entity: switch.shellyplug_s_hallway
        name: Hallway
      - entity: switch.shelly1pm_watercooler_heateronly
        name: Kitchen Water Heater
      - entity: switch.shellypro2pm_roofac_north
        name: Roof AC North
        icon: mdi:air-conditioner
      - entity: switch.shellypro2pm_roofac_west
        name: Roof AC West
        icon: mdi:air-conditioner
      - entity: switch.bedroom_ac
      - entity: switch.kids_ac
    show_header_toggle: false
    state_color: true
  - type: entities
    entities:
      - entity: sensor.shellyplug_s_christmastree_power
      - entity: sensor.chauffage_power
      - entity: sensor.water_heater_power
      - entity: sensor.lights_power
      - entity: sensor.living_room_ac_power
      - entity: sensor.master_bedroom_ac_power
      - entity: sensor.water_pump_power
      - entity: sensor.shellyplug_s_c1343d_power
      - entity: sensor.shellyplug_s_0da2ae_power
      - entity: sensor.shellyplug_s_laundry_dryer_power
      - entity: sensor.shellyplug_s_0cd745_power
      - entity: sensor.shellyplug_s_6ee227_power
      - entity: sensor.shellyplug_s_6ee6c6_power
      - entity: sensor.shellyplug_s_roof_watercooler_power
      - entity: sensor.shellyplug_s_de82d5_power
      - entity: sensor.shellyplug_s_washingmachine_power
      - entity: sensor.shellyplug_s_watercooler_power
      - entity: sensor.shellyplug_s_winecooler_power
      - entity: sensor.fish_tank_power
      - entity: sensor.guest_restroom_power
      - entity: sensor.shellyplug_s_hallway_power
      - entity: sensor.shelly1pm_watercooler_heateronly_power
      - entity: sensor.shellypro2pm_roofac_north_power
      - entity: sensor.shellypro2pm_roofac_west_power
      - entity: sensor.bedroom_ac_power
      - entity: sensor.kids_ac_power
    show_header_toggle: false
    state_color: false

Can reproduce it in panel layout:

Suggest you to register an issue and then post a link to the issue in this thread.

In masonry works fine:

1 Like

Posted a link for the issue you (probably) registered:

1 Like