-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bugfix/593 nav bar spacing incorrect #594
Bugfix/593 nav bar spacing incorrect #594
Conversation
I'll have time to look at this tomorrow! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue doesn't seem to be fixed.
When I add a long username it (still) looks like this:
If I understand it well, looking at the inspection tools, I think the 200px
in the grid-template-columns
on the .header .content
could be causing this issue. The code you added seems to get overwritten by that.
Please let me know if I'm misunderstanding, but I think this still needs some more work 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thanks for fixing my remarks. Good work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works good with the truncate as well, 👍 perhaps the search project bar on the homepage can get a minimum width but that's not something for now.
Description
A few sentences describing the overall goals of the pull request's commits.
Type of change
Checklist
Steps to Test or Reproduce
Closes: #593