We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In member list, avatar image sizing is sensitive to the length of member name. Same applies to member detail. It can be seen on:
https://vysocina.pirati.cz/lide/ https://vysocina.pirati.cz/lide/arja-karimbasharyarova/
It can be fixed by setting max-width: 100px; to .c-profile-badge__image--smaller. Looks like setting width: 100px is not enough in this case.
max-width: 100px;
.c-profile-badge__image--smaller
width: 100px
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In member list, avatar image sizing is sensitive to the length of member name. Same applies to member detail. It can be seen on:
https://vysocina.pirati.cz/lide/
https://vysocina.pirati.cz/lide/arja-karimbasharyarova/
It can be fixed by setting
max-width: 100px;
to.c-profile-badge__image--smaller
. Looks like settingwidth: 100px
is not enough in this case.The text was updated successfully, but these errors were encountered: