Opened 4 years ago
Closed 4 years ago
#6596 closed defect (bug) (fixed)
Spacing issue in Profile page
| Reported by: | kajalgohel | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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)
#2
@
4 years ago
- Resolution → fixed
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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; }