-
Notifications
You must be signed in to change notification settings - Fork 1k
Long username overflows on profile page #6880
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
Comments
I would like to work on this |
@di I figured out that the overflow property of the author-profile needs to be changed, what would you like me to add a scrollbar option for the same so that the a longer user name can be seen properly and also an email address if visible(the issue that is being worked upon)? |
I have made a pull request #6886 for the same. Please have a look! |
I'm not sure adding a scrollbar is the right approach here. For example, this is what Github does:
I think we probably want to do the same thing here, and I think #5944 can handle truncating the email since that is different behavior. |
Okay, so for this I can add the word-wrap property for the required class, and undo the change I made in the overflow property. Does that work? |
I think that should work. |
I have made changes, please have a look at the pull request |
Hi! Sorry for this huge delay, was caught up with my exams and assignments. I was trying to setup the project locally. I am getting an error in the make serve command, it starts with the error - database "warehouse" does not exist. Where is the database "warehouse" being created? How can I resolve this? Please help @di . Thanks! |
You need to run |
It worked. Thanks you. |
* Update _author-profile.scss * Update _author-profile.scss * Update _author-profile.scss * Update _author-profile.scss * Update _author-profile.scss * Use break-all to avoid unnecessary line breaks Co-authored-by: Dustin Ingram <[email protected]>
A sufficiently long username overflows on the user's profile page:
This will become more of a problem once #5944 is resolved and email addresses appear here as well.
The text was updated successfully, but these errors were encountered: