Make WordPress Core


Ignore:
Timestamp:
06/30/2026 08:14:22 PM (7 weeks ago)
Author:
joedolson
Message:

Admin Reskin: Fix mobile list table control heights.

On the mobile admin viewport, interactive elements on list table pages had inconsistent heights. Give them a consistent height.

Follow-up to [61645].

Reviewed by joedolson.
Merges [62400] to the 7.0 branch.

Props andrewssanya, sainathpoojary, wildworks.
See #64999.

Location:
branches/7.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/7.0

  • branches/7.0/src/wp-admin/includes/class-wp-comments-list-table.php

    r62331 r62602  
    443443                        if ( ! empty( $output ) && $this->has_items() ) {
    444444                                echo $output;
    445                                 submit_button( __( 'Filter' ), '', 'filter_action', false, array( 'id' => 'post-query-submit' ) );
     445                                submit_button( __( 'Filter' ), 'button-compact', 'filter_action', false, array( 'id' => 'post-query-submit' ) );
    446446                        }
    447447                }
Note: See TracChangeset for help on using the changeset viewer.