Increment and Decrement buttons are now vertically aligned

New applications have table panels with properly aligned increment and decrement buttons.  However, existing table rows containing editable fields may have increment and decrement buttons which are vertically misaligned.

Migration effects

None.  Your application is not modified.

What you should do

You can manually fix the mis-alignment by removing the text alignment style specification hard-coded in the bounding <td>.

Change:

<td style="text-align:right"> ... </td>

to

<td> ... </td>

See Also

Version 5.0 Application Migration