Card Titles Overlapping Cards

I’m having an issue where the card titles on some of my horizontal cards are overlapping with the card above. I’m not sure if I have a misconfiguration, if this is a bug or if there’s a blank card I should be putting between my cards here.

This is the full YML of the view this issue is happening on, at the moment what’s seen in the scrren shot is all that’s in this view.

    type: sections
    max_columns: 4
    title: Summary
    path: summary
    dense_section_placement: false
    sections:
      - type: grid
        cards:
          - type: horizontal-stack
            cards:
              - type: tile
                entity: light.hallway_upstairs_light
                vertical: false
                hide_state: false
                state_content:
                  - state
                  - brightness
                  - color_mode
                tap_action:
                  action: none
                icon_tap_action:
                  action: none
                hold_action:
                  action: none
              - type: tile
                entity: light.hallway_downstairs_light
                vertical: false
                hide_state: false
                state_content:
                  - state
                  - brightness
                  - color_mode
                tap_action:
                  action: none
                icon_tap_action:
                  action: none
                hold_action:
                  action: none
            grid_options:
              columns: full
            title: Hallway Lights
          - type: horizontal-stack
            cards:
              - type: tile
                entity: light.snug_lamp_light
                vertical: false
                hide_state: false
                show_entity_picture: false
                state_content:
                  - state
                  - brightness
                  - effect
                  - color_mode
                tap_action:
                  action: none
                icon_tap_action:
                  action: none
                hold_action:
                  action: none
              - type: tile
                entity: light.flower_lamp
                vertical: false
                hide_state: false
                state_content:
                  - state
                  - color_mode
                tap_action:
                  action: none
                icon_tap_action:
                  action: none
                hold_action:
                  action: none
            grid_options:
              columns: full
            title: Kitchen Lights
          - type: horizontal-stack
            cards:
              - type: tile
                entity: light.teagans_office_main_light
                vertical: false
                hide_state: false
                show_entity_picture: false
                state_content:
                  - state
                  - brightness
                  - effect
                  - color_mode
                tap_action:
                  action: none
                icon_tap_action:
                  action: none
                hold_action:
                  action: none
              - type: tile
                entity: light.desk_corner_lamp_switch_1
                vertical: false
                hide_state: false
                state_content:
                  - state
                  - color_mode
                tap_action:
                  action: none
                icon_tap_action:
                  action: none
                hold_action:
                  action: none
              - type: tile
                entity: light.desk_lamp_light
                vertical: false
                hide_state: false
                state_content:
                  - state
                  - color_mode
                tap_action:
                  action: none
                icon_tap_action:
                  action: none
                hold_action:
                  action: none
            grid_options:
              columns: full
            title: Teagan's Office
          - type: horizontal-stack
            cards:
              - type: tile
                entity: light.teagans_room_main_light
                vertical: false
                hide_state: false
                show_entity_picture: false
                state_content:
                  - state
                  - brightness
                  - effect
                  - color_mode
                tap_action:
                  action: none
                icon_tap_action:
                  action: none
                hold_action:
                  action: none
              - type: tile
                entity: light.clothes_rail_light
                vertical: false
                hide_state: false
                state_content:
                  - state
                  - color_mode
                tap_action:
                  action: none
                icon_tap_action:
                  action: none
                hold_action:
                  action: none
              - type: tile
                entity: light.bedside_lamp_light
                vertical: false
                hide_state: false
                state_content:
                  - state
                  - color_mode
                tap_action:
                  action: none
                icon_tap_action:
                  action: none
                hold_action:
                  action: none
            grid_options:
              columns: full
            title: Teagan's Bedroom
        column_span: 4

Let me know if I should move the code to a pastebin or something.

Thanks for making me aware of those. I’ll take a look.