Okay
  Public Ticket #2694868
Divider
Closed

Comments

  • zeedh started the conversation

    How can I make the divider vertical? It only allows the line to be horizontal.

  •  2,963
    Andrew replied

    Hi Zeedh,

    Thank you for reaching out to us.

    I am afraid we don't have such an element available at the moment . Though you can rotate it using custom css like this to make it vertical:

    .divider-wrap {    transform: rotate(90deg);
    }
    

    Thanks