EmbeddedChat
EmbeddedChat copied to clipboard
Size getting large on sending long links
Description:
Steps to reproduce:
- Send a long link in the chat
Expected behavior:
The chat window should maintain its constant width
Actual behavior:
On sending longer links, the chat window gets enlarged
Hey, can I work on this?
If nobody is working on this, I'd like to take this up. This would be a simple fix we can use CSS styles to hide the overflow and display it with an ellipsis if it exceeds the container's width. So the link would look something like https://rocket.chat/aslksjdf...
As an enhancement, we can add a tooltip that shows us the full content of the link when we hover over it.