Skip to content Skip to sidebar Skip to footer

How Is Extra Width In A Table Divided Up Among Columns?

I was wondering today how it is that excess space in an HTML table (above and beyond what the content is requesting) is split among the columns. Surprisingly I couldn't find the an

Solution 1:

You can probably change the horizontal space allocation by applying flexbox CSS rules. Check out http://the-echoplex.net/flexyboxes/ and play around with the first number in the "flex" attribute. That number determines what elements get what extra space and how much.


Post a Comment for "How Is Extra Width In A Table Divided Up Among Columns?"