Opened 2 years ago
Closed 2 years ago
#6596 closed defect (bug) (fixed)
Spacing issue in Profile page
Reported by: | kajalgohel | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Profiles | Keywords: | needs-patch has-screenshots |
Cc: |
Description
There is a spacing issue above the Contribution History section on the profile page.
URL: https://profiles.wordpress.org/shanebp/
For better understanding, I have attached the Screenshot.
Thanks.
Attachments (1)
Change History (3)
#1
@
2 years ago
- Component changed from WordPress.org Site to Profiles
- Keywords has-screenshots added
#2
@
2 years ago
- Resolution set to fixed
- Status changed from new to closed
Fixed in [19659-dotorg]:
Profiles: Fix typo that caused lack of spacing above Contribution History section at smaller viewports for profiles with no about section content.
Props kajalgohel, krupalpanchal, coffee2code.
Fixes #6596.
This was actually the result of a typo in the CSS, which was fixed as:
@@ -606,7 +606,7 @@ - #user-meta + .contribution { + #user-meta + .contributions {
Note: See
TracTickets for help on using
tickets.
Looks like this is happening due to one direct CSS, that should be added in media after 767.