Twenty Twenty-One: Fixes Search Box Alignment.

The search box alignment was not in alignment. This brings in a resolution for that through the margin.

Props vinita29, SergeyBiryukov, poena, shailu25, makdiahussain, imranhasanraaz, darshitrajyaguru97, lamarajan.
Fixes #52551.

Built from https://develop.svn.wordpress.org/trunk@58202


git-svn-id: http://core.svn.wordpress.org/trunk@57665 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Tammie Lister 2024-05-27 10:04:15 +00:00
parent 3504e15aa9
commit a17042b780
2 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,8 @@
line-height: var(--form--line-height);
max-width: inherit;
margin-right: calc(-1 * var(--button--border-width));
// Override the default theme style for search input fields.
margin-left: 0;
padding: var(--form--spacing-unit);
&:focus {

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-alpha-58201';
$wp_version = '6.6-alpha-58202';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.