This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Closed
Description
What MDC Web Version are you using?
0.38.2
What browser(s) is this bug affecting?
Please include the browser version. A user-agent string is also quite helpful.
IE 11
What OS are you using?
Widnows 8.1
What are the steps to reproduce the bug?
We also have a template on CodePen which we encourage you to use to create a reproduction of
the issue. The less time it takes for us to reproduce the issue, the less time it takes to verify and
fix it!
CodePen doesn't support IE :(
But it's not complicated. Create anything MDC grid with more than two elements in a row.
What is the expected behavior?
The elements have a gutter between them.
What is the actual behavior?
The elements do not have a gutter between them.
Any other information you believe would be useful?
It seems the grid wants to support non-grid browsers(?), since it has fallback flexbox code.