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 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | has-patch |
Cc: |
Attachments (2)
Change History (4)
#1
@
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; }
#2
@
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.
Line spacing fix