gray-mueller/food-delivery-applications-using-react-native
View on GitHubEnatega Customer App: Store categories text overflowing outside its card.
Open
#186 opened on Mar 22, 2025
Enatega Multivendor Admin Dashboardenhancementgood first issue
Repository metrics
- Stars
- (0 stars)
- PR merge metrics
- (PR metrics pending)
Description
Is your feature request related to a problem? Please describe.
The text inside store category cards is not properly contained, causing it to overflow outside the card boundaries. This affects readability and disrupts the UI layout, especially on small screens.
Steps to Reproduce:
- Open the application/website.
- Navigate to the store categories section.
- Observe the text inside category cards—some text extends beyond the card's boundaries.
Expected Result:
The category text should be properly contained within the card, with proper word wrapping or truncation if necessary.