0

I'm looking for a way to move the expand/collapse icon in a RadzenPanel from the (default) right to the left. Thank you in advance.

Radzen Panel

Jay
  • 33
  • 3

1 Answers1

0

Disregard. The solution is:

/* Move Expand/Collapse icon to the left */
.rz-panel-titlebar {
    display: flex;
    flex-direction: row-reverse;
}

.rz-panel-titlebar-icon {
    margin-right: 10px;
}
Jay
  • 33
  • 3