I have a table with a fixed width of 800.
I noticed that when the column width is not up to 800, my browser (Chrome) will arbitrarily select one column to increase the size (maybe several, I'm not sure).
Also, when I make the sum of the column widths> 800, it just accepts it.
Is there a standard behavior for how a browser should behave when the sum of the column widths is not equal to the width of the table?
source share