Affected Page URL
https://www.sugarlabs.org/
Bug Description
The profile avatar in the Testimonials section becomes stretched and loses its circular shape when the testimonial author description is long. For example, the testimonial by Richard Hermann has a long designation line, and this causes the avatar to appear oval instead of perfectly round.
Expected behavior: The avatar should always remain a fixed circular shape regardless of the text length or card height.
Steps to Reproduce
- Go to the Testimonials section on the website.
- Scroll to the testimonial written by "Richard Hermann".
- Observe that the long author description stretches the profile avatar vertically.
- Avatar is no longer circular.
Browser
Chrome
Device Type
Desktop
Screenshots
Console Errors
No console errors observed.
Additional Context
Issue seems to be caused by the avatar container not having fixed width and height or missing object-fit: cover, causing it to stretch when the card height grows.
Code of Conduct