HTML table going out of div
I faced a problem like this in a div there is table. And it just goes out of the div to the right. Was banging my head then found a solution. in the container div if you add css like this: overflow:auto; then the table remains inside the div hope this helps