Make WordPress Core

Changeset 60039


Ignore:
Timestamp:
03/18/2025 01:13:13 PM (6 weeks ago)
Author:
audrasjb
Message:

Customize: Improve alignment of theme wrapper.

This changeset updates the class used for the theme wrapper in the customizer, which fixes an alignment issue occuring when searching a theme on WordPress.org from the customizer interface.

Props kharisblank, ankitkumarshah, benazeer, sainathpoojary, mukesh27, kharisblank, parthvataliya, im3dabasia1, sukhendu2002, praful2111, ruchirj, imranhasanraaz, shailu25.
Fixes #62637.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-themes-section.php

    r58146 r60039  
    124124        <button type="button" class="button button-primary customize-section-back customize-themes-mobile-back"><?php _e( 'Go to theme sources' ); ?></button>
    125125        <# if ( 'wporg' === data.action ) { #>
    126             <div class="search-form">
     126            <div class="themes-filter-container">
    127127                <label for="wp-filter-search-input-{{ data.id }}"><?php _e( 'Search themes' ); ?></label>
    128128                <div class="search-form-input">
Note: See TracChangeset for help on using the changeset viewer.