fix: truncate long repository descriptions with ellipsis#480
Conversation
Welcome to OSSfolio, @Ayush-0918! 🎉Thank you for opening this pull request and contributing to the open-source community! 🚀 To ensure a smooth review process, please make sure you have:
We will review your PR as soon as possible. Happy coding! 💻✨ |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughRepository descriptions in ChangesRepository description truncation
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested labels: Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi! I noticed that the failing checks appear to be unrelated to this change. This PR only updates Please let me know if you'd like me to investigate further. |
|
🎉 Your PR just got merged, @Ayush-0918 — thank you for contributing to OSSfolio! Your work is now part of the project. Here's what to do next:
We really appreciate you taking the time. See you in the next PR! 🚀 |
|
Hi @PRODHOSH ! I recently had my PR merged in OSSfolio as part of ECSoC26. I wanted to ask if there’s any additional step required to receive the ECSoC26 contributor badge, or is it assigned automatically? Thanks! |
|
@Ayush-0918 to be clear |

Summary
This PR updates the repository description in
ProfileReposSectionto use Tailwind'sline-clamp-2utility instead of the existing inline WebKit line-clamp styles. This keeps long repository descriptions from stretching the repository cards while preserving a consistent layout.Related Issue
Closes #327
Type of Change
Changes Made
line-clamp-2utility.AI Usage
Used ChatGPT for guidance.
Screenshots (if UI change)
N/A
Checklist
mainconsole.logleft insrc/schema.sqland a new migration file are includedDESIGN.mdand followed the design system (colors, spacing, typography, components)feat:,fix:,docs:, etc.)Summary by CodeRabbit