You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the ProfileBadge should have an option to justify the content to the left as well, so when we add different users together in a table, their images will be aligned.
What is the actual behavior?
Now, the ProfileBadge has a hard coded 'justify-center' to the card that holds the user information. In the Journeyers Table, with users with different length of names, the images don't align nicely...
Other notes on how to reproduce the issue?
The grid in front of the image of the table shows how the avatars of the users are misaligned!
Any possible solutions?
Adding an option to the ProfileBadge to align the images to the left fixes the issue on the Journeyers page.
Can you identify the location in the source code where the problem exists?
Version Information
What is the expected behavior?
the ProfileBadge should have an option to justify the content to the left as well, so when we add different users together in a table, their images will be aligned.
What is the actual behavior?
Now, the ProfileBadge has a hard coded 'justify-center' to the card that holds the user information. In the Journeyers Table, with users with different length of names, the images don't align nicely...
Other notes on how to reproduce the issue?
The grid in front of the image of the table shows how the avatars of the users are misaligned!
Any possible solutions?
Adding an option to the ProfileBadge to align the images to the left fixes the issue on the Journeyers page.
Can you identify the location in the source code where the problem exists?
yes, line 38 of ProfileBadge.js
If the bug is confirmed, would you be willing to submit a PR?
Yes, the solution is ready. As soon as the issue is recognized, I'll submit the PR.
The text was updated successfully, but these errors were encountered: