Hi,
it would be nice having an option in the path parameter settings to tell the button if it shall be displayed on the left or the right of the button list.
Adding eg a class .path-button-container-right to the div containers of all right aligned buttons and the following css would do the whole trick:
.dynamic-form #pathPanel .path-button-container:not(.path-button-container-right) + .path-button-container-right {
margin-left: auto;
}
This addresses always the 1st button with option right after the last button with option left.
Kind Regards
Sébastien