I have an issue with margin: auto
inside a flex
box in IE11.
Here is the organization I expect. The empty child have no content but the margin: auto
should make it take the whole remaining space only with its margins.
When on Chrome Firefox or Safari, I get the results I want here.
But on IE11 the justify-content: flex-end
does not seem to have any effects and the margin: auto
is simply ignored with the empty child having no margin at all.
I've spent the whole day on this and I haven't found any solutions... Any ideas?
EDIT: It's not an issue about centering per say, it's more about why the justify-content: flex-end
or margin: auto
do not have ANY incidence on the layout.