order value doesn't move the position of the UI action button from left to right

abrouf
Kilo Sage

Hello Gurus,

 

By changing the field value of order is not changing the position of UI action button on form.

The Delete UI action button's position is fixed at the left side of the form which is covered by another UI action button.

Any idea, tips or advice is greatly appreciated.

Thank you.

-abrouf

1 ACCEPTED SOLUTION

abrouf
Kilo Sage

The issue has been resolved by adding this line to the client script and such way was able to move the button 230px left.

button.style.left = '230px';

View solution in original post

5 REPLIES 5

abrouf
Kilo Sage

The issue has been resolved by adding this line to the client script and such way was able to move the button 230px left.

button.style.left = '230px';