[wp-trac] [WordPress Trac] #48989: Blocks properly not showing on mobile device

WordPress Trac noreply at wordpress.org
Mon Dec 16 09:02:25 UTC 2019


#48989: Blocks properly not showing on mobile device
-----------------------------+------------------------------
 Reporter:  passoniate       |       Owner:  (none)
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Editor           |     Version:  5.3
 Severity:  normal           |  Resolution:
 Keywords:  has-screenshots  |     Focuses:
-----------------------------+------------------------------

Comment (by iihglobal):

 Replying to [ticket:48989 passoniate]:
 > Gutenberg Blocks properly not showing on mobile


 I Fixed below CSS and its working. Please use below CSS in the mention
 path.
 wp-includes/css/dist/components/style.min.css
 wp-includes/css/dist/components/style.css

 {{{
  .components-popover:not(.is-mobile):not(.is-middle).is-left .components-
 popover__content {
     margin-right: -24px; }
 To
   .components-popover:not(.is-mobile):not(.is-middle).is-left .components-
 popover__content {
     margin-right: -40px; }
 }}}

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


More information about the wp-trac mailing list