[v1.0.1] Fix `FlexGrid.Row` wrapping
π¨ Breaking Changes
None
π§ Fixes
FlexGrid
- Documentation for the usage of the
<FlexGrid.Row />
sub-component was incorrect. It is meant to always be used in conjunction with<FlexGrid />
and<FlexGrid.Col />
- The
<FlexGrid.Row />
component wasn't wrapping onto a new line as originally intended. Now it does.