-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Toasts in IE11 #30959
Toasts in IE11 #30959
Conversation
Wondering if we could do |
All toasts would be 350px wide (or 100%), whereas for now it's fluid under 350px. Our toasts examples currently don't reach 350px, so they'd become wider. I think it'd be a good idea to normalize toast size, however it could come back as a bug.
Should at least be done on v5 though. What do you think for v4? Want to give |
Oh word, yeah that makes sense then lol. Let's skip the |
334bef4
to
0c63023
Compare
@axzx please make a new issue. Commenting in old issues is moot. |
Fixes #28341
I don't really know what happens here, I tried several known bugs and fixes without any luck. So here's my solution:
flex-basis
seems better than fixingwidth
since it has no impact on non-flexible toasts