-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Container Component align property's Bug in Edge Browser #17922
Comments
👋 Thanks for using Material-UI! We use GitHub issues exclusively as a bug and feature requests tracker, however, For support, please check out https://material-ui.com/getting-started/support/. Thanks! If you have a question on StackOverflow, you are welcome to link to it here, it might help others. |
@oliviertassinari can you check again? Thank you. |
@AliYmn Do you have a reproduction? |
@oliviertassinari firstly thank you for respond. I can show it. on chrome ( align="center" is working.) on edge ( align="center" doesn't work) note : i think same problem in grid |
Please provide a full reproduction test case. This would help a lot 👷 . |
@oliviertassinari i tryed in this web site than i finded my problem. you can see it : https://codesandbox.io/s/create-react-app-8hgzb --> This not working with component="main" on edge browser <Container component="main" align="center">
<Box my={4}>
<Typography variant="h4" component="h1" gutterBottom>
Create React App v4-beta example
</Typography>
<ProTip />
<Copyright />
</Box>
</Container> when i delete component="main" this page centered all browser :)) is this normal? |
Thank you for all. Now i use it without component="main". |
Current Behavior 😯
Container is good work good like demo on chrome (https://material-ui.com/components/container/)
Expected Behavior 🤔
my Container component's align="center" doesn't work in edge browser, like this;
Your Environment 🌎
The text was updated successfully, but these errors were encountered: