Opened 7 years ago
Closed 14 months ago
#48989 closed defect (bug) (worksforme)
Blocks properly not showing on mobile device
| Reported by: | passoniate | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Editor | Version: | 5.3 |
| Severity: | normal | Keywords: | has-screenshots |
| Cc: | Focuses: |
Description
Gutenberg Blocks properly not showing on mobile
Attachments (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Replying to passoniate:
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; }