azz / styled-css-grid

🍱 A tiny CSS grid layout for React
https://styled-css-grid.js.org/
MIT License
623 stars 42 forks source link

Cell middle prop does not work correctly in Firefox #45

Closed jvgomg closed 6 years ago

jvgomg commented 6 years ago

Here you can see <Cell middle> in Chome and Firefox. The layout is incorrect in Firefox.

chrome firefox

This can be fixed by removing the align-content: space-around style when we apply the middle prop style.

Happy to create a PR if this solution is acceptable.

azz commented 6 years ago

Sounds good to me, provided it works in latest Edge, Firefox, Chrome and Safari.

jvgomg commented 6 years ago

Thanks for the reply! Created: https://github.com/azz/styled-css-grid/pull/47