css - How do I prevent my html table from stretching -
Sometimes when one piece of data is too long in one of my table cells, it spreads to the cell And distort the layout of the whole table. How can I stop it?
You probably want table-layout: fixed
and before a line Set the width on the cells.
See detailed explanation.
Comments
Post a Comment