We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When showing multiple Snackbars of different width, they are always left aligned in their container:
Snackbar alignment should be determined by anchorOrigin.horizontal
anchorOrigin.horizontal
https://codesandbox.io/s/serene-shadow-0hlb4?file=/App.js
Sometimes I need to display Snackbars with more content than just a few words. Especially then it comes to i18n text length is quite unpredictable.
The text was updated successfully, but these errors were encountered:
Fixes #373 - Remove collapse customisation
beab947
f188d2b
Thanks for reporting the issue @whytspace. This is now fixed in v1.0.7. I'd appreciate if you could confirm.
Sorry, something went wrong.
@iamhosseindhv I can confirm, works like charm now 👍
Thanks a lot for your great work!
No branches or pull requests
Current Behavior
When showing multiple Snackbars of different width, they are always left aligned in their container:
Expected Behavior
Snackbar alignment should be determined by
anchorOrigin.horizontal
https://codesandbox.io/s/serene-shadow-0hlb4?file=/App.js
Context
Sometimes I need to display Snackbars with more content than just a few words. Especially then it comes to i18n text length is quite unpredictable.
Your Environment
The text was updated successfully, but these errors were encountered: