Chalarangelo / furl

Functional react.js components.
https://furl.netlify.com/
MIT License
34 stars 2 forks source link

Grid/Table bug #45

Closed Chalarangelo closed 5 years ago

Chalarangelo commented 5 years ago

Tables can cause the Grid and Column elements to grow larger than their expected size under the right circumstances, causing horizontal overflow.

Chalarangelo commented 5 years ago

Maybe table-layout: fixed; in the styles of Table will do the trick. Will test out tomorrow.