fix(ui): prevent message timestamp overlap in small containers#1272
fix(ui): prevent message timestamp overlap in small containers#1272priyapathak39 wants to merge 1 commit intoRocketChat:developfrom
Conversation
|
|
|
Hi @vignesh, Thanks for your feedback!
Tested in narrow containers and confirmed no overlap. Please let me know if anything else needs improvement 🙂 |
|
Hi @vignesh, I’ve confirmed that the layout remains stable in narrow containers without overlap. It's been 3 days,When you have a moment, could you please take another look? I’m looking forward to getting this merged. Thanks! |
Changes
flex-wrap: wrapto the message headerWhy this change?
EmbeddedChat is used inside flexible containers, not just full-screen views.
Using media queries based on viewport width does not handle all cases.
This solution ensures the layout adapts correctly regardless of container size.
Result