philipwalton / flexbugs

A community-curated list of flexbox issues and cross-browser workarounds for them.
MIT License
13.63k stars 495 forks source link

flex and pseudo elements #230

Open xZarisx opened 7 years ago

xZarisx commented 7 years ago

pseudo elements are not treated like flex children unless they have display: block. apparently.

https://connect.microsoft.com/IE/feedbackdetail/view/1058330/ie11-will-not-apply-flexbox-on-pseudo-elements

philipwalton commented 7 years ago

Can you please put together a demo as per the issue-reporting guidelines?