Bug: Text overflow in program cards on mobile view
Open
bug
enhancement
- Dominant language
- Python
- Stars
- 451
- Forks
- 702
- Avg merge
- 22h 59m
- Merged PRs (30d)
- 91
Description
### Description
On the Mentorship Programs listing page (`/mentorship/programs`), the program description text is overflowing outside the card boundaries on mobile devices, making it difficult to read and breaking the visual layout.
### Screenshots
### Suggested Fix
Add proper text wrapping classes to the description text:
- Add `overflow-hidden` or `break-words` class
- Ensure proper `word-wrap` or `overflow-wrap` CSS properties
- Check card container has proper width constraints
Contributor guide
Assessment
This issue has not been assessed yet.