[wp-trac] [WordPress Trac] #48805: Large title overflow issue in responsive (was: Twenty Twenty: image title are overflow in responsive)

WordPress Trac noreply at wordpress.org
Wed Nov 27 06:59:44 UTC 2019


#48805: Large title overflow issue in responsive
--------------------------+---------------------------------
 Reporter:  iihglobal     |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Media         |     Version:
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |     Focuses:  ui, administration
--------------------------+---------------------------------
Changes (by mukesh27):

 * focuses:  ui, css, administration => ui, administration
 * component:  Gallery => Media
 * version:  5.3 =>


Comment:

 Hi @iihglobal,

 Welcome to WordPress Trac! Thanks for the ticket.

 It seems in the responsive media query CSS will update to {{{ word-wrap:
 normal; }}} and that was the issue.

 {{{
 @media screen and (max-width: 782px) {
   .widefat * {
     word-wrap: normal;
   }
 }
 }}}

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


More information about the wp-trac mailing list