Make WordPress Core

Changeset 54429


Ignore:
Timestamp:
10/09/2022 11:00:44 PM (2 years ago)
Author:
audrasjb
Message:

Users: Fix Users list bottom filters margins on small screens.

This changeset fixes bottom filters margins of the Users list screen on small screens.

Props sumitsingh, sabernhardt, shreyasikhar26, audrasjb.
Fixes #54813.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/list-tables.css

    r54361 r54429  
    17641764    }
    17651765
     1766    .tablenav.bottom .actions select {
     1767        margin-bottom: 5px;
     1768    }
     1769
     1770    .tablenav.bottom .actions.alignleft + .actions.alignleft {
     1771        clear: left;
     1772        margin-top: 10px;
     1773    }
     1774
    17661775    .tablenav.bottom .tablenav-pages.one-page {
    17671776        margin-top: 15px;
Note: See TracChangeset for help on using the changeset viewer.