Teleopti / styleguide

Teleopti styleguide
http://teleopti.github.io/styleguide/
MIT License
5 stars 24 forks source link

Grid template not supported by IE11 #409

Closed krokofant closed 6 years ago

krokofant commented 6 years ago

The styleguide uses grid template for the fluid layout which does not render correctly on Internet Explorer 11.

Chrome chrome

IE11 ie11

TheRockman commented 6 years ago

IE11 has limited support for flex so the fluid layout will fallback to a single row layout https://caniuse.com/#feat=flexbox

TheRockman commented 6 years ago

Pull request here: https://github.com/Teleopti/styleguide/pull/410

Halomaple commented 6 years ago

Carl's PR #410 fix this issue. So will close this.