From 5fc77340a7bb512f673e2dd0e424b54b8e2ada2a Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Sun, 9 Oct 2022 23:00:44 +0000 Subject: [PATCH] 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. git-svn-id: https://develop.svn.wordpress.org/trunk@54429 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/list-tables.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/wp-admin/css/list-tables.css b/src/wp-admin/css/list-tables.css index d8442cabd9..440d2a5381 100644 --- a/src/wp-admin/css/list-tables.css +++ b/src/wp-admin/css/list-tables.css @@ -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;