Why
Row width need to be set in order for the view to not exceed the screen width.
What
When row width has a max width, the cards can't exceed that width.
When we add one new card if that new card exceeds the total width of the row, we need to add that card to the row below and or a new row.
Why
Row width need to be set in order for the view to not exceed the screen width.
What
When row width has a max width, the cards can't exceed that width.
When we add one new card if that new card exceeds the total width of the row, we need to add that card to the row below and or a new row.