Too wide table cell content overlaps a neighboring cell #8676
Labels
bug 🐛
Something doesn't work
component: table
This is the name of the generic UI component, not the React module!
good first issue
Great for first contributions. Enable to learn the contribution process.
In case if a table has 'table-layout: fixed' CSS property, a cell content overlaps a neighboring cell.
Take a look at this sample.
It looks like the
TableCell
component should containoverflow: hidden
.The text was updated successfully, but these errors were encountered: