Making WordPress.org

#6596 closed defect (bug) (fixed)

Spacing issue in Profile page

Reported by: kajalgohel's profile 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)

CleanShot 2022-11-25 at 15.41.54@2x.png (589.5 KB) - added by kajalgohel 16 months ago.

Download all attachments as: .zip

Change History (3)

#1 @krupalpanchal
16 months ago

  • Component changed from WordPress.org Site to Profiles
  • Keywords has-screenshots added

Looks like this is happening due to one direct CSS, that should be added in media after 767.

#meta-status-badge-container .contributions h3:first-of-type {
    margin-top: 0;
}

#2 @coffee2code
16 months 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.