-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 3.12.1
-
Component/s: Administration - Workflows
-
3.12
When viewing a transition in the workflow editor, it shows the previous and next state. The text for the previous state is right-aligned, which makes it too close to the right border:

Here, thanks to firebug, is the HTML from the "previous" status:
<td nowrap="" bgcolor="#ffffff" align="right" style="border: 1px solid rgb(187, 187, 187);"> <a href="ViewWorkflowStep.jspa?workflowName=Support+Workflow+v.17&workflowStep=13">Escalated</a> </td>
and the "next" state:
<td nowrap="" bgcolor="#ffffff" align="left" style="border: 1px solid rgb(187, 187, 187);"> <a href="ViewWorkflowStep.jspa?workflowName=Support+Workflow+v.17&workflowStep=8">Resolved</a> </td>