List-Card Alignment

Hi, i used fix Grid Page Layout with a List Card Item, now i try to align the List on top.

component: oh-list-card
config:
  style:
    margin: 0px
slots:
  default:
    - component: oh-list-item
      config:
        title: Lichter
        action: navigate
        actionModalConfig: {}
        actionModal: page:Lights
        style:
          margin: 10px
        actionPage: page:Lights
    - component: widget:custom_light_list_widget
      config:
        title: Wand
        item: lightSofaWall
    - component: widget:custom_light_list_widget
      config:
        title: Esstisch
        item: lightDiningDesk
    - component: widget:custom_light_list_widget
      config:
        title: Küchenzeile
        item: lightKitchenBlock
    - component: widget:custom_light_list_widget
      config:
        title: Turnsaal
        item: lightGymTop1
    - component: oh-list-item
      config:
        title: Raffstore
        style:
          margin: 20px 0px 10px 0px
    - component: oh-rollershutter-item
      config:
        title: Schiebetüre Küche

any ideas?
Thanks
Markus

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.