-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Layout issue with members with smaller github profile photos #41
Comments
I'd be happy to pair with anyone who'd like to take a crack at this one! |
I would like to take this one on if it's still available. |
@kldickenson You got it! Let me know if I can help! |
Dan, -- |
OK so the issue is still there, but it a little less noticeable now that everyone has filled out their profiles a little more. To test this out locally - try (temporarily) pasting in this html at the end of the members list (after the
This will add a test user that simulates a user that has a smaller photo and minimal profile info: |
Thank you @kldickenson!!! |
Describe the bug
If a user has a smaller profile photo on github (I'm not sure what makes this happen), and that member also doesn't have a bio, the member block ends up not taking up all of the space that it should once we reach the
sm
breakpoint. You can see this currently with Vanessa's photo.To Reproduce
If Vanessa updates her github profile in the meantime, you won't be able to see this, but currently:
Steps to reproduce the behavior:
Expected behavior
All of them should be laid out the same
Screenshots
Desktop (please complete the following information):
Additional context
We're setting a
max-width
right now, it's possible setting that to justwidth
would settle it. Would be open to other solutions as well.The text was updated successfully, but these errors were encountered: