[wp-trac] [WordPress Trac] #33962: List table: pagination links on small screens break in two lines
WordPress Trac
noreply at wordpress.org
Tue Sep 22 22:43:03 UTC 2015
#33962: List table: pagination links on small screens break in two lines
----------------------------------------+------------------
Reporter: afercia | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.4
Component: Administration | Version: 4.3
Severity: normal | Resolution:
Keywords: good-first-bug needs-patch | Focuses: ui
----------------------------------------+------------------
Changes (by afercia):
* keywords: good-first-bug needs-testing has-patch => good-first-bug
needs-patch
Comment:
Thanks @erayalakese. Tested a bit your patch and noticed setting a
negative value for the top padding is an invalid value. Browsers discard
the whole padding declaration and apply the padding inherited from the
rule outside the media query (which is `padding: 3px 5px 7px;`).
I'd suggest to try to make the spans/links perfect squares with a size of
41px x 41px, applying a padding of `padding: 9px 11px 12px;` should work.
Also, there's no need to patch the RTL and minified files, they're
generated during the build process. The preferred way to generate patches
is from the root of your SVN checkout, all the file paths inside the patch
should begin with `src/...` The Git format is accepted too. For more
details please see: https://make.wordpress.org/core/handbook/tutorials
/working-with-patches/
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33962#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list