Closed jvgomg closed 6 years ago
Here you can see <Cell middle> in Chome and Firefox. The layout is incorrect in Firefox.
<Cell middle>
This can be fixed by removing the align-content: space-around style when we apply the middle prop style.
align-content: space-around
middle
Happy to create a PR if this solution is acceptable.
Sounds good to me, provided it works in latest Edge, Firefox, Chrome and Safari.
Thanks for the reply! Created: https://github.com/azz/styled-css-grid/pull/47
Here you can see
<Cell middle>
in Chome and Firefox. The layout is incorrect in Firefox.This can be fixed by removing the
align-content: space-around
style when we apply themiddle
prop style.Happy to create a PR if this solution is acceptable.