WordPress.org

Make WordPress Core

Opened 23 months ago

Last modified 23 months ago

#48989 new defect (bug)

Blocks properly not showing on mobile device

Reported by: passoniate Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 5.3
Component: Editor Keywords: has-screenshots
Focuses: Cc:

Description

Gutenberg Blocks properly not showing on mobile

Attachments (3)

editor.jpg (33.4 KB) - added by passoniate 23 months ago.
48989 (296.8 KB) - added by iihglobal 23 months ago.
CSS changes file
Edit Post ‹ Wordpress Demo — WordPress.png (143.8 KB) - added by iihglobal 23 months ago.
Fixed Screenshot

Download all attachments as: .zip

Change History (4)

@passoniate
23 months ago

#1 in reply to: ↑ description @iihglobal
23 months ago

Replying to 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; }

@iihglobal
23 months ago

CSS changes file

Note: See TracTickets for help on using tickets.