Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove container nesting to avoid hyper-stretched cards #989

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

holly-cummins
Copy link
Collaborator

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

Copy link

github-actions bot commented Apr 12, 2024

🙈 The PR is closed and the preview is expired.

@holly-cummins holly-cummins merged commit 12d5ec8 into quarkusio:main Apr 12, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Card sizes sometimes go stretched and wrong (with a search?)
1 participant