Administration: Wrap the list table items count to a new line on small screens.

This avoids overlapping with action buttons and brings some consistency to bottom paddings across various screens.

Props passoniate, afercia, anuj2, rolfsiebers, uxkai, ireneyoast, thijsvanloef, hellofromTonya, audrasjb, helen, SergeyBiryukov.
Fixes #49246.
Built from https://develop.svn.wordpress.org/trunk@49178


git-svn-id: http://core.svn.wordpress.org/trunk@48940 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-10-17 01:13:06 +00:00
parent 6dba11fb82
commit c5f1d21020
11 changed files with 41 additions and 9 deletions

View File

@@ -590,7 +590,7 @@ if ( strlen( $usersearch ) ) {
<?php $wp_list_table->display(); ?>
</form>
<br class="clear" />
<div class="clear" /></div>
</div>
<?php
break;