Fix: prevent comment overflow.#1721
Conversation
* Wrap long comment text in the engagement panel to stop UI overflow.
There was a problem hiding this comment.
Pull request overview
Updates the video engagement panel styling to prevent long comment text from overflowing its container (especially noticeable in mobile view), addressing issue #1532.
Changes:
- Add word-wrapping rules to the engagement comment text element to force long strings to wrap within the container.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
|
@subodhr258 please review this when you get a chance. It’s a small fix. also needed feedback on above comment thanks! |

Fixes: #1532
Wrap long comment text in the engagement panel to stop UI overflow.