I have had this problem for a long time when working with HTML/CSS and Floats.
In the image you can see I have a Box Div that is Floated left as there is many of these B
Change your .module-box-body li to
.module-box-body li
.module-box-body li { display: inline-block; margin: 0 12px 0; list-style: none; }
Updated fiddle.