extendedFAB broken in IE11 #12114
Labels
bug 🐛
Something doesn't work
component: button
This is the name of the generic UI component, not the React module!
good first issue
Great for first contributions. Enable to learn the contribution process.
Expected Behavior
The extendedFAB button should display normally in IE 11.
Current Behavior
Only the icon displays, the text is cut off. It appears this is because IE 11 does not support width: initial. I was able to fix it in my application by overriding that to width: auto but I am not sure if that is a perfect solution.
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: