Firefox creates unnecessary child row.
Firefox creates unnecessary child row.

Only in firefox 3rd cell is pushed to a new row:
https://myapps.northcarolina.edu/directory/
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Have you tried adding
style="width:100%"
to thetable
? This is what Datatables uses to determine the width of the table. This example briefly describes this:https://datatables.net/examples/basic_init/flexible_width.html
Kevin