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">--></span>');
-M
Comments
Comment #1
jvandyk commentedFixed by using the HTML right arrow entity (
→which looks like →).Comment #2
(not verified) commented