docusaurus/lib/static/css
Ahmad Alfy 5b3f54741e Fix flex children's width not calculated correctly on IE11 (#644)
This is a known issue on IE11 caused by the fact that IE add the padding value to the `flex-basis` leading to increase in the size of the column beyond intended. The block behave as if has `box-sizing` set to `border-box` even if it is set correctly.

Reference: https://github.com/philipwalton/flexbugs#flexbug-7
2018-05-05 22:58:58 -07:00
..
main.css Fix flex children's width not calculated correctly on IE11 (#644) 2018-05-05 22:58:58 -07:00