-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix(fileuploader): reinstate @-moz-document for firefox-specific styles #19305
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
fix(fileuploader): reinstate @-moz-document for firefox-specific styles #19305
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #19305 +/- ##
=======================================
Coverage 84.57% 84.57%
=======================================
Files 381 381
Lines 14436 14436
Branches 4711 4766 +55
=======================================
Hits 12209 12209
+ Misses 2073 2072 -1
- Partials 154 155 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a98d8d0
Hey there! v11.82.0 was just released that references this issue/PR. |
Reported on slack, the text overflow for the filename was not working in firefox
This reinstates firefox-specific styles via the established "hack"
@-moz-document url-prefix()
that was originally present in #14660 and mistakenly removed in #17770Changelog
Changed
Testing / Reviewing