[wp-trac] [WordPress Trac] #44611: try Gutenberg header wraps over text below on narrow screens

WordPress Trac noreply at wordpress.org
Thu Jul 19 20:57:30 UTC 2018


#44611: try Gutenberg header wraps over text below on narrow screens
-----------------------------------------+---------------------
 Reporter:  fierevere                    |       Owner:  (none)
     Type:  defect (bug)                 |      Status:  new
 Priority:  normal                       |   Milestone:  4.9.8
Component:  Administration               |     Version:  trunk
 Severity:  normal                       |  Resolution:
 Keywords:  needs-patch has-screenshots  |     Focuses:
-----------------------------------------+---------------------

Comment (by earnjam):

 This is because it's using `display:grid` on the containing element and
 then setting a fixed height of 45px on the first row item with `grid-
 template-rows: 45px auto 100px;` It's going to happen anytime the text
 needs to wrap, regardless of browser.

 It looks like it's fine in English because the text is short enough that
 it hits breakpoints before the container gets small enough to require
 wrapping, but some of the translations are longer, so they wrap and
 overlap.

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


More information about the wp-trac mailing list