[wp-trac] [WordPress Trac] #32005: Show longer strings in media dropdown

WordPress Trac noreply at wordpress.org
Sat Oct 31 06:39:50 UTC 2015


#32005: Show longer strings in media dropdown
----------------------------------------------------+------------------
 Reporter:  pavelevap                               |       Owner:
     Type:  defect (bug)                            |      Status:  new
 Priority:  normal                                  |   Milestone:  4.4
Component:  Media                                   |     Version:  4.1
 Severity:  normal                                  |  Resolution:
 Keywords:  has-patch needs-testing good-first-bug  |     Focuses:
----------------------------------------------------+------------------

Comment (by aaronrutley):

 @pento good point !

 I looked into the history https://core.trac.wordpress.org/changeset/32121

 As these two divs are floating, `max-width` by itself doesn't actually do
 anything.
 This can be resolved by setting a `width` or setting `display` to `inline
 block`.

 I've created another patch that sets the `width` (no longer `max-width`).

 I've also set the search `input` to take up 100% of it's parent div,
 this could be set to `float:right` but I figured it would be better to
 just make the search input bigger.

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


More information about the wp-trac mailing list