[wp-trac] [WordPress Trac] #61389: WordPress 6.6 Beta 1 search box in add themes is misaligned
WordPress Trac
noreply at wordpress.org
Sun Jun 9 02:26:48 UTC 2024
#61389: WordPress 6.6 Beta 1 search box in add themes is misaligned
-------------------------------------+-------------------------------------
Reporter: balub | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.6
Component: Themes | Version: trunk
Severity: normal | Resolution:
Keywords: has-screenshots has- | Focuses: ui, css,
patch | administration
-------------------------------------+-------------------------------------
Changes (by sabernhardt):
* keywords: has-screenshots has-patch commit => has-screenshots has-patch
* focuses: ui, css => ui, css, administration
* component: General => Themes
* version: => trunk
Comment:
This has not been tested on other screens that contain the filter search
box.
[58146] purposely removed the `10px 0` margin from the search box. Adding
it back would make too much space on the Media page (with items in list
mode), and the Plugins search would have a bottom margin without any on
the top.
If all of
[https://core.trac.wordpress.org/attachment/ticket/40331/40331.5.diff
40331.5.diff] is good, it contains a margin for the theme installation
page:
{{{
.theme-install-php .wp-filter .search-form {
margin: 10px 0;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61389#comment:13>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list