-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor(components): use flex-grow instead of computing the tab height in JS #626
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There is no change in the changelog. This PR will not produce a new releasable version. |
265a9c9
to
357f6b3
Compare
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.
Nice. Good to have this calculation removed. One minor change needs to be done, so larger elements do not escape the tab boundary, but use overflow.
e1958a9
to
d9ad9ae
Compare
357f6b3
to
b39edb6
Compare
b39edb6
to
da5ae7f
Compare
da5ae7f
to
1d1bc97
Compare
Summary
Screenshot
PR Checklist
- [ ] All necessary documentation has been adapted.