Process Flow formatter displays horizontal scrollbarDescriptionWhen the Process Flow formatter is on the form, once the record is on the last state, a horizontal scrollbar is displayed if the record is on the last state. If a Wiki type dictionary field is present on the form, the Process Flow formatter will display to the right with horizontal and/or vertical scrollbars.Steps to Reproduce Makde sure that the SDLC/com.snc.sdlc plugin is installed. For more information, see the product documentation topic Activate a plugin. Go to SDLC/Enhancements or rm_enhancement.list and open any record. If the Process Flow formatter is not on the form, add it. Right-click in the form header and choose Configure > Form Layout.Use the slushbucket to add the Process Flow item.Click Save. Create a new field of type Wiki on the rm_enhancement table (or any table supporting process flows). For more information, see the documentation topic Add a new field to a table. Go to SDLC/Enhancements or rm_enhancement.list and open any record. Verify that the newly added field is on the form. Note that the Process Flow formatter has shifted to the right and there is a horizontal scrollbar and on occasion a vertical scrollbar as well. WorkaroundCreate a UI Script with the following code: window.setTimeout(fixProcessFlow, 150); function fixProcessFlow() { $j('div[class*="custom-form-group form-group"]').css("overflow-x", "hidden");}Related Problem: PRB661770