[wp-trac] [WordPress Trac] #37582: long page title issue in drop down list setting>reading page

WordPress Trac noreply at wordpress.org
Sat Aug 6 21:12:52 UTC 2016


#37582: long page title issue in drop down list  setting>reading page
-----------------------------------------+---------------------------------
 Reporter:  gk.loveweb                   |       Owner:
     Type:  defect (bug)                 |      Status:  new
 Priority:  normal                       |   Milestone:  Awaiting Review
Component:  General                      |     Version:  4.5.3
 Severity:  normal                       |  Resolution:
 Keywords:  has-screenshots needs-patch  |     Focuses:  ui, administration
-----------------------------------------+---------------------------------

Comment (by Presskopp):

 This can be handled with the following code:

 {{{#!php
 select {
     width: 100%;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }
 }}}

 Not sure where/how to implement, would this be limited to `select` ?

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


More information about the wp-trac mailing list