OWASP / OWASP/Nest

Bug: Text overflow in program cards on mobile view

Open
#3,683 5 comments 0 reactions 0 assignees View on GitHub
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

Image

### 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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.