- 
    
Improvement
 - 
    Resolution: Fixed
 - 
    
Minor
 - 
    None
 - 
    Jenkins Version 1.554.2
Delivery Plugin Version 0.8.11 
The Delivery pipeline shows one stage per row and resulted in a very staggered view when they are multiple stages per column.
For example:
| A | ->B | -> E | -> F | 
| -> G | |||
| -> H | |||
| -> C | |||
| -> D | 
Ideally, it should be:
| A | -> B | -> E | -> F | 
| -> C | -> G | ||
| -> D | -> H |