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:
parent
3504e15aa9
commit
a17042b780
|
@ -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 {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue