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

[Tooltip] in a narrow table head cell wraps its content #8945

Closed
1 task done
amaslakov opened this issue Nov 1, 2017 · 1 comment
Closed
1 task done

[Tooltip] in a narrow table head cell wraps its content #8945

amaslakov opened this issue Nov 1, 2017 · 1 comment
Labels
bug 🐛 Something doesn't work component: tooltip This is the name of the generic UI component, not the React module!
Milestone

Comments

@amaslakov
Copy link

Tooltip in a narrow table head cell wraps its content while tooltips in ordinary table cells don't.

  • I have searched the issues of this repository and believe that this is not a duplicate.

Expected Behavior

I expect it to behave the same as a tooltip in any other table cell

Current Behavior

I added tooltips in the first column of the table:
https://codesandbox.io/s/9yqjyx68o

Your Environment

Tech Version
Material-UI 1.0.0-beta.19
React 16.0.0
browser Chrome
@oliviertassinari oliviertassinari added duplicate This issue or pull request already exists and removed duplicate This issue or pull request already exists labels Nov 1, 2017
@oliviertassinari
Copy link
Member

The different is coming from the position: relative we added in order to fix: #8467.

@oliviertassinari oliviertassinari added component: Toolbar The React component. component: tooltip This is the name of the generic UI component, not the React module! and removed component: Toolbar The React component. labels Nov 1, 2017
@oliviertassinari oliviertassinari added this to the post v1 milestone Feb 11, 2018
@oliviertassinari oliviertassinari added the bug 🐛 Something doesn't work label Mar 31, 2018
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: tooltip This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

2 participants