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. Built from https://develop.svn.wordpress.org/trunk@54429 git-svn-id: http://core.svn.wordpress.org/trunk@53988 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7b8972ba63
commit
1795435a9f
|
@ -1764,6 +1764,15 @@ div.action-links,
|
|||
display: none;
|
||||
}
|
||||
|
||||
.tablenav.bottom .actions select {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.tablenav.bottom .actions.alignleft + .actions.alignleft {
|
||||
clear: right;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.tablenav.bottom .tablenav-pages.one-page {
|
||||
margin-top: 15px;
|
||||
height: 0;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1763,6 +1763,15 @@ div.action-links,
|
|||
display: none;
|
||||
}
|
||||
|
||||
.tablenav.bottom .actions select {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.tablenav.bottom .actions.alignleft + .actions.alignleft {
|
||||
clear: left;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.tablenav.bottom .tablenav-pages.one-page {
|
||||
margin-top: 15px;
|
||||
height: 0;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-beta3-54428';
|
||||
$wp_version = '6.1-beta3-54429';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue