I've noticed that after upgrading CSS against newest Bootstrap, it breaks the grid appearance. This is because of box model used for calculations. This Gantt script uses content-box, while new Bootstrap CSS sets box-sizing to border-box for all elements.
The same problem might appear with some browsers.
The solution proposed is in usmonster#2