[wp-trac] [WordPress Trac] #30343: Hello Dolly borks "Upload Plugin" and "Upload Theme" on small screens.

WordPress Trac noreply at wordpress.org
Tue Jan 26 07:52:00 UTC 2016


#30343: Hello Dolly borks "Upload Plugin" and "Upload Theme" on small screens.
---------------------------------------+------------------------------
 Reporter:  voldemortensen             |       Owner:
     Type:  defect (bug)               |      Status:  new
 Priority:  normal                     |   Milestone:  Awaiting Review
Component:  Administration             |     Version:
 Severity:  normal                     |  Resolution:
 Keywords:  has-patch has-screenshots  |     Focuses:  ui
---------------------------------------+------------------------------
Changes (by 5um17):

 * keywords:  has-patch needs-refresh => has-patch has-screenshots


Comment:

 Broken text issue was fixed using `white-space: nowrap;` but still
 overlapping issue exist.
 It is actually problem because `a` tag is inline element with `top:
 -3px;`.
 Well it doesn't seems to me a good idea so I would suggest to remove `top`
 property and using `inline-block` with vertical alignment.

 Adding patch `30343.2` for the same. I also removed `top: -2px` from
 `.themes-php .wp-filter-search` to make it consistence and vertically
 aligned with button on `/wp-admin/themes.php`

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30343#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list