Seite 1 von 1

[gelöst] Button-Text senkrecht

Verfasst: 8. Apr 2023 04:55
von scotty
Hallo,

ich möchte den Text eines Buttons innerhalb eines Widgets aus Platzgründen senkrecht anordnen.

Code: Alles auswählen

    - component: oh-button
      config:
        action: navigate
        actionPage: page:test
        iconF7: house_fill
        text: irgendwas
        outline: true
        style:
          height: 200px
          right: 120px
          top: 200px
          width: 80px
Ist das überhaupt möglich?

Re: Button-Text senkrecht

Verfasst: 8. Apr 2023 18:35
von scotty
Dank der Unterstützung im englischen Forum habe ich folgende Lösung erarbeitet:

Code: Alles auswählen

    - component: oh-button
      config:
        action: navigate
        actionPage: page:overview
        outline: true
        iconF7: house_fill
        text: " HOME PAGE"
        style:
          height: 200px
          right: 120px
          top: 200px
          width: 80px
          padding-left: 24px
          writing-mode: vertical-lr
          text-orientation: upright