The WORKFLOW_ARROW will sometimes line wrap on small screens, and looks strange. Eg:

--
>

One possible solution is to wrap the arrow in a span tags to force pre-formatted text:

define('WORKFLOW_ARROW', '<span style="white-space:nowrap">--&gt</span>');

-M

Comments

jvandyk’s picture

Assigned: Unassigned » jvandyk
Status: Active » Fixed

Fixed by using the HTML right arrow entity (&#8594; which looks like →).

Anonymous’s picture

Status: Fixed » Closed (fixed)