That title might not be very accurate but here is the situation:
You can fix this very easily with css if you don't need to support IE8.
.file-row-contain.col-lg-4:nth-child(3n+1), .file-row-contain.col-xs-6:nth-child(2n+1) { clear: left; }
See examples