-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(data-table): remove max width line from core styles #5747
fix(data-table): remove max width line from core styles #5747
Conversation
Deploy preview for carbon-elements ready! Built with commit fa544fe |
Deploy preview for carbon-components-react ready! Built with commit fa544fe https://deploy-preview-5747--carbon-components-react.netlify.com |
@aledavila is there another solution we could find without dropping the sticky header style? While it's still experimental, it does seem like some folks are using it so if there was something we could do to avoid it that'd help out a lot. |
@joshblack you're right I added it back with 100% width since that's how the mixin has it. Let me know if this works. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't seem to be causing any issues that I can see 👍 ✅
Closes #3911
Temporary solution by removing the max-width from css.
Since the sticky header is still experimental. I believe this needs to be put into our backlog and sticky header needs to be looked at again at some point.