Skip to content

fix: repo list text overflow and mobile wrapping#141

Open
julianbenegas wants to merge 1 commit intomainfrom
forums/fix-repo-list-overflow-f8de8
Open

fix: repo list text overflow and mobile wrapping#141
julianbenegas wants to merge 1 commit intomainfrom
forums/fix-repo-list-overflow-f8de8

Conversation

@julianbenegas
Copy link
Member

  • Replace whitespace-nowrap with truncate for text-overflow ellipsis on
    repo names (both plain text and highlighted search results)
  • Add min-w-0 to flex link container to allow proper truncation
  • On mobile: stack repo name and stats vertically (each on its own line)
  • On mobile: hide table column headers, show inline labels instead
    (★ for stars, 'posts' suffix)
  • On mobile: remove min-w-120 and min-w-fit constraints to prevent
    horizontal scroll
  • Update ListItem to allow flexible height on mobile (h-auto min-h-4.5)
    while keeping fixed height on desktop (sm:h-4.5)

- Replace whitespace-nowrap with truncate for text-overflow ellipsis on
  repo names (both plain text and highlighted search results)
- Add min-w-0 to flex link container to allow proper truncation
- On mobile: stack repo name and stats vertically (each on its own line)
- On mobile: hide table column headers, show inline labels instead
  (★ for stars, 'posts' suffix)
- On mobile: remove min-w-120 and min-w-fit constraints to prevent
  horizontal scroll
- Update ListItem to allow flexible height on mobile (h-auto min-h-4.5)
  while keeping fixed height on desktop (sm:h-4.5)
@vercel
Copy link
Contributor

vercel bot commented Feb 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
forums Ready Ready Preview, Comment Feb 7, 2026 10:36pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant