WordPress / wordpress.org

WordPress.org Meta, Git-ified. Synced from git://meta.git.wordpress.org/ This repository is just a mirror of the WordPress Meta subversion repository. Please include a link to a pre-existing ticket on https://meta.trac.wordpress.org/ with every pull request.
https://meta.trac.wordpress.org/
109 stars 140 forks source link

Plugin Directory: Move spacing to parent element for search bar #328

Closed ryelle closed 2 months ago

ryelle commented 3 months ago

This is an alternate solution to #327 — rather than creating a duplicate container for the search bar, the left/right spacing can be added to the alignfull element directly. This adds back the expected left/right spacing now that nested alignfull elements have negative margins.

There were other changes in the commit that I left alone, except for one— I moved the search bar back into the main tag. This does not change anything visually.

StevenDufresne commented 3 months ago

If it works, ship it!

ryelle commented 2 months ago

Committed in https://meta.trac.wordpress.org/changeset/13855