Making WordPress.org

Opened 8 years ago

Closed 8 years ago

#2279 closed defect (bug) (fixed)

Make committers and contributors line height consistent in plugin admin

Reported by: netweb's profile netweb Owned by:
Milestone: Priority: normal
Component: Plugin Directory Keywords: has-patch
Cc:

Description

Consistent line height between both sections would be nice.

https://cldup.com/BOKD5siDUn.png

Attachments (2)

2279.diff (802 bytes) - added by Ipstenu 8 years ago.
Line spacing fix
meta-2279.png (105.8 KB) - added by coffee2code 8 years ago.
Screenshot of current committers and contributors section

Download all attachments as: .zip

Change History (4)

@Ipstenu
8 years ago

Line spacing fix

#1 @Ipstenu
8 years ago

  • Keywords has-patch added; needs-patch removed

Looking into this, it's actually because the Committers have an email.

If we change this from 0.5em to 1em it looks better. Not perfect, but better.

.contributors-list li {
  padding-bottom: 0.5em;
}

@coffee2code
8 years ago

Screenshot of current committers and contributors section

#2 @coffee2code
8 years ago

  • Resolution set to fixed
  • Status changed from new to closed

meta-2279.png reflects what the Committers and Contributors section look like in the plugin's admin. It appears as though the spacing issue originally reported has since been fixed (the contributors are no longer all bunched up).

As Ipstenu noted, each committer has a little extra vertical spacing due to display of email addresses.

Closing this as fixed since it now looks fine. Feel free to reopen if anyone disagrees.

Note: See TracTickets for help on using tickets.