Fix answer feedback button#1527
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
WalkthroughAdds ChangesChat message content and feedback styling
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
🚥 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 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b4f442e9ec
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| right: 0; | ||
| height: 22px; | ||
| width: 22px; | ||
| right: -20px; |
There was a problem hiding this comment.
Add RTL-specific offset for feedback sticker
Moving .mck-msg-feedback-sticker to right: -20px makes sense for LTR, but in RTL the message bubble is flipped to the right side ([dir=rtl] .mck-msg-left .mck-msg-box in webplugin/css/app/style.css), so this offset pushes the sticker further outward toward the widget edge/avatar area instead of toward the conversation body. In RTL conversations this can make the sticker overlap or appear clipped. Please mirror the positioning for RTL (e.g., swap to left: -20px and reset right) so the badge stays visible in both directions.
Useful? React with 👍 / 👎.
What do you want to achieve?
Feedback thumb icon is not displaying properly.
Added CSS for code blocks.
Currently, the code block is overflowing outside the message container.
PR Checklist
How was the code tested?
What new thing you came across while writing this code?
In case you fixed a bug then please describe the root cause of it?
Screenshot
NOTE: Make sure you're comparing your branch with the correct base branch
Summary by CodeRabbit