The text inside a column is going out of the screen

Here's how to fix a common DataTables layout issue:

Just add the following CSS to your theme's stylesheet:

.gv-datatables-container tr.child p {
    white-space: pre-line;
}

That will make the text line break like this:

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us