-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 BUG: text overflow issue on the post side widget #1496
Comments
Hello @sshanzel can you please assign this to me |
@Abhi-Bohora why not. Feel free to take a peek 🚀 |
Hello @sshanzel I can see this in production but in development, I cannot figure out how to reproduce this as per my understanding it needs two accounts one to create a squad and write some overflowing URL in the squad description or some squad with a link in the description. is there a way to create two accounts in development or some ways to reproduce this so i can fix this ? also if I create squad or click on |
Creating the Squad went through, the issue is with the URL from the sidebar as it is an absolute path. With GitPod it should actually be different. To get past this, once you have created the Squad, manually type in the URL bar the hostname of the gitpod env + For example, my env is hosted under |
@sshanzel I tried this but got this error please see the screenshot. my gitpod is running in |
Yes , I am facing the same issue while using gitpod and created a separate issue for that |
Leaving this here if anyone wants a quick fix, just change this line from <p className="mt-1 text-text-tertiary typo-callout"> to <p className="mt-1 overflow-hidden text-ellipsis text-text-tertiary typo-callout"> |
Closing this! Thanks for the fix @Abhi-Bohora 🍻 |
What went wrong? 🤔
When a link is part of the Squad's description, it overflows like below.
Quick link: https://dly.to/Z36wbkFJyc8
Expected Behavior
It should just wrap the text to the next line.
Steps to Reproduce Issue
Solution Proposed
No response
Screenshots
![DESCRIPTION](LINK.png)
Environment
No response
Browsers
No response
OS
No response
Version of daily.dev
No response
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: