Div infoPanelOuter is not position correctly between left and right.
Instead:
div.infoPanelOuter { margin: 4px 2px 4px 4px;
we should have:
div.infoPanelOuter { margin: 4px 2px;
https://github.com/Diabol/delivery-pipeline-plugin/pull/314