简体   繁体   中英

RadzenPanel expand icon on left

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.

锐光面板

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;
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM