Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too wide table cell content overlaps a neighboring cell #8676

Closed
SergeyAlexeev opened this issue Oct 13, 2017 · 2 comments
Closed

Too wide table cell content overlaps a neighboring cell #8676

SergeyAlexeev opened this issue Oct 13, 2017 · 2 comments
Assignees
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.

Comments

@SergeyAlexeev
Copy link

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 contain overflow: hidden.

@oliviertassinari
Copy link
Member

overflow: hidden was removed with #8488. What about removing the nowrap behavior as Bootstrap is doing?

@oliviertassinari oliviertassinari added component: table This is the name of the generic UI component, not the React module! bug 🐛 Something doesn't work good first issue Great for first contributions. Enable to learn the contribution process. labels Oct 13, 2017
@SergeyAlexeev
Copy link
Author

Yes, it makes sense. In this case, a user can see all information in a cell, not a cropped string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants