Opened 3 years ago
Closed 23 months ago
#5913 closed defect (bug) (fixed)
Slack User name overlays header meta links if name gets long in wordpress.org profile
Reported by: | muhammadfaizanhaidar | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Profiles | Keywords: | needs-design 2nd-opinion |
Cc: |
Description
The text in <p> with id="slack-username" overlays the div with id="header-meta-links".
Attachments (3)
Change History (15)
#2
@
3 years ago
Can I get access to https://profiles.wordpress.org/wp-content/themes/profiles.wordpress.org/style.css?ver=45
So I can update the css and resolve this issue thanks.
This ticket was mentioned in Slack in #meta by muhammadfaizanhaidar. View the logs.
3 years ago
This ticket was mentioned in Slack in #meta by muhammadfaizanhaidar. View the logs.
3 years ago
#5
@
3 years ago
@muhammadfaizanhaidar Since it's not open-source, make CSS changes within the browser inspector and just post the changes needed to the ticket.
However, I would suggest changing your Slack username to be shorter, as it's irritating in Slack with such long usernames and @mention's. Move your WordPress.org username to your Slack bio instead.
#6
@
3 years ago
@dd32 I have verified this works.
#slack-username {
max-width: 83%;
}
And I will also look into the username.
Thanks
#8
@
2 years ago
- Resolution set to fixed
- Status changed from accepted to closed
Fixed in [18634-dotorg]:
Profiles: Prevent overlap of username text and edit links in profile header.
Also improves responsiveness of usernames section by keeping the Slack username part of the string contiguous instead of wrapping piecemeal when possible.
Props muhammadfaizanhaidar, coffee2code.
Fixes #5913.
#9
@
2 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
@coffee2code It looks like there's now an extra
before the comma: 5913.extra-space.png.
The responsiveness seems fine with or without it, but the extra space looks a bit odd, and the purpose is not quite clear to me. Would it be possible to remove it or move it after the comma?
#10
follow-up:
↓ 12
@
2 years ago
A very long username/slack name will still get cut and not be fully displayed.
Besides of that, looks like the
can safely be deleted.
#11
@
23 months ago
Fixed in [19502-dotorg]:
Profiles: Remove unnecessary
after username in profile header.
Props sergeybiryukov, presskoop.
Fixes #5913.
wordpress.org user profiles issue