topcoder-platform / community-app

React webapp for serving Topcoder Community
125 stars 214 forks source link

Cards should be the same width when in a row or grid #1706

Closed hokienick closed 5 years ago

hokienick commented 5 years ago

Cards are positioned well on the page when in a row or grid, but if one card's title is shorter than the others, the entire card's width doesn't match the others and throws off the balance of the page.

This can be seen on the Anemoi Landing Page as well as the Statistics page.

hokienick commented 5 years ago

Figured out the issue with the grid.

kkartunov commented 5 years ago

@hokienick I delayed this as wanted to confirm if we want all cards to take 100% width of the parent container. This will work well for grids but will expand stand-alone cards. OK with that?