You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While there is no property to hide or disable these icons, you can easily hide them with CSS.
If you want to just hide the icons moving items to the left, you can do the following:
.rdl-actions-to-available {
display: none;
}
/* Align the remaining actions to the center */
.rdl-actions {
align-self: center; /* or use `flex-start` */
}
If you want to hide all actions, not just the ones moving items to the available list, you can do the following:
No description provided.
The text was updated successfully, but these errors were encountered: