quarkusio / extensions

The source of https://quarkus.io/extensions
Apache License 2.0
6 stars 4 forks source link

Remove container nesting to avoid hyper-stretched cards #989

Closed holly-cummins closed 5 months ago

holly-cummins commented 5 months ago

Resolves #958.

This seems to happen when the number of cards drops below a certain number, which is why the search triggers it. Filtering for the ‘core’ category also shows the problem.

I tried setting the max-height on the cards, but that didn’t help, because the grid was laid out the same, and the extra space was in the gutters. What seemed to solve the problem was undoing some nesting of containers, so I’ve done that. With that, I was able to very occasionally get huge cards, but only in the case where everything fit into one row. I’ve left in the max-height as a failsafe for that case.

image
github-actions[bot] commented 5 months ago

🙈 The PR is closed and the preview is expired.