-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[Divider] Fix styles on dividers with text #35072
Conversation
Signed-off-by: Max Destors <[email protected]>
Netlify deploy previewhttps://deploy-preview-35072--material-ui.netlify.app/ Bundle size report |
I have the same problem. I hope it will be merged soon. @siriwatknp |
@siriwatknp Thanks for the review ! I also fixed the vertical orientation. |
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.
@maxdestors It looks good. The style fixes are a good improvement. I also removed the now unnecessary position: relative
in 2bebb95. Thanks for the first pull request!
Signed-off-by: Max Destors <[email protected]> Co-authored-by: ZeeshanTamboli <[email protected]>
Current behavior :
![image](https://user-images.githubusercontent.com/3854597/200869480-05540ac3-39c7-46bb-b265-8170e90568a3.png)
Correction :
![image](https://user-images.githubusercontent.com/3854597/200870156-2ea063fa-0277-4b61-b91d-b44285a15833.png)
Here is a sandBox to reproduce : https://codesandbox.io/s/divider-before-after-height-bug-071123?file=/src/App.tsx