1👍
✅
Your table is wider than the Bootstrap column it occupies and it overflows to the graph column.
You could either
- make the table responsive, so that it will occupy only the columns space. See https://datatables.net/extensions/responsive/
- or you can just add
overflow: scroll
style to the column that includes the table.
Source:stackexchange.com