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

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -