Opened 4 years ago
Closed 4 years ago
#5127 closed defect (bug) (fixed)
Odd padding surrounding the entire handbook on search.
Reported by: | garrett-eclipse | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Handbooks | Keywords: | |
Cc: |
Description
Hello,
Doing a search in the plugin handbook I found the results are wrapped in padding leaving a bunch of white surrounding space that feels out of place.
As seen here - https://make.wordpress.org/plugins/handbook/?s=privacy
This is caused by an errant comma in the CSS selector;
.post-type-archive-handbook, #primary, .single-handbook #primary
Should be;
.post-type-archive-handbook #primary, .single-handbook #primary
Patch incoming.
Attachments (2)
Change History (3)
Note: See
TracTickets for help on using
tickets.
White space surrounding handbook search