This straightforward example can be viewed in the following codepen link: http://codepen.io/anon/pen/Mazjyv. It showcases a button that acts as a flex item with a flex-basis
set to 0%
.
While other browsers handle the content within the button container without overflow issues, IE11 seems to have trouble with this.
Do you have any insights or ideas on why this discrepancy occurs?