-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Publisher][Admin Panel] Fit 3 team member cards in a row #1598
Conversation
After tweaking different sizes I think these ones would be the best choice for our needs! |
Hmm, strange -- on the same system it fits 4 cards, I specifically tweaked it this way. I'll return to testing again. |
I update fitting method -- now it should be much smoother and should match the requirement of 3 cards per row in 1400px-ish widths. @mxosman @nichelle-hall |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah - love this - feels very smooth! Thank you for your eyes & suggestion, @nichelle-hall and for the elegant solution, @nasaownsky! 😎
display: flex; | ||
flex-wrap: wrap; | ||
display: grid; | ||
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh nice! Always forget we can just do it this way. 👏
Tweak team members card and modal sizes to fit cards better in smaller screens
Type of change
Related issues
closes #1560
Checklists
Development
This box MUST be checked by the submitter prior to merging:
These boxes should be checked by the submitter prior to merging:
Code review
These boxes should be checked by reviewers prior to merging: