🐛 Fix large line breaks from Jira internal comments#795
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR improves flaw comment display by post-processing internal Jira comment HTML to convert paragraph tags to line breaks and collapse whitespace, while adding line-height styling to enhance readability. Non-internal comments retain their original sanitization and linkification behavior. ChangesComment Display Processing and Styling
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
OSIDB-5017 Fix large line breaks from Jira internal comments
Checklist:
Summary:
Jira parsing makes an html paragraph each line which implicitly creates large spaces between lines.
Changes:
Remove paragraph tags from Jira html comments