[wp-trac] [WordPress Trac] #33181: Menu Customizer: Problem with longer translation

WordPress Trac noreply at wordpress.org
Wed Jul 29 19:53:02 UTC 2015


#33181: Menu Customizer: Problem with longer translation
--------------------------+--------------------
 Reporter:  pavelevap     |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  4.3
Component:  Customize     |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+--------------------

Comment (by westonruter):

 To prevent the text from overflowing the gear icon, we could wrap the “You
 are customizing:” text in an element and apply these styles to it:

 {{{#!css
     display: block;
     width: 160px;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
 }}}

 This would mean it would get truncated if the text is too long. We could
 add a `title` attribute to reveal the full text.

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


More information about the wp-trac mailing list