List tables: Improve the displaying of pagination links on small screens.

Pagination links can break in two lines on small screens. Implements a partial fix, new ideas and better solutions should be explored though.

See #33962.

git-svn-id: https://develop.svn.wordpress.org/trunk@35523 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2015-11-04 21:43:00 +00:00
parent 05f93d500d
commit 89227eebe3
1 changed files with 1 additions and 1 deletions

View File

@ -1776,7 +1776,7 @@ div.action-links,
.tablenav-pages .pagination-links a,
.tablenav-pages-navspan {
padding: 9px 16px 12px;
padding: 9px 11px 12px;
font-size: 18px;
}