[wp-trac] [WordPress Trac] #46221: Twenty Nineteen: Horizontal scrollbar Issue in verse block

WordPress Trac noreply at wordpress.org
Sat Feb 9 11:50:17 UTC 2019


#46221: Twenty Nineteen: Horizontal scrollbar Issue in verse block
---------------------------------------+------------------------------
 Reporter:  utsav72640                 |       Owner:  (none)
     Type:  defect (bug)               |      Status:  new
 Priority:  normal                     |   Milestone:  Awaiting Review
Component:  Bundled Theme              |     Version:
 Severity:  normal                     |  Resolution:
 Keywords:  has-patch has-screenshots  |     Focuses:
---------------------------------------+------------------------------

Comment (by utsav72640):

 **Above issue will fixed if we add overflow hidden from below css code.**

 .wp-block-verse pre, pre.wp-block-verse {
 color: #191e23;
 white-space: nowrap;
 font-family: inherit;
 font-size: inherit;
 padding: 1em;
 **overflow: hidden;**
 }

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


More information about the wp-trac mailing list