Action list icons align right?

  • Posted 3 weeks ago

Hi,
We are looking to align the icons of one of our action list to the right and found this code in the group. But when we add this to the ‘Advanced > Custom CSS’ of the widget it impacts all the other action list on the page. Any suggestions?

.ts-action-con{
flex-direction: row-reverse;
}