Making WordPress.org

Opened 20 months ago

Closed 6 months ago

#6684 closed defect (bug) (fixed)

Margin and padding issue in page in mobile view design

Reported by: patelhitesh's profile patelhitesh Owned by:
Milestone: Priority: normal
Component: Support Forums Keywords: needs-patch needs-design-feedback has-screenshots
Cc:

Description

Please visit the below URL:
https://wordpress.org/support/article/using-permalinks/

Inspect the page and set the Width to 425px or below. It has margin and padding issues in the whole page layout. For more detail, please check the below screenshot.

Attachments (2)

CleanShot 2023-01-19 at 15.40.05@2x.png (137.9 KB) - added by patelhitesh 20 months ago.
Margin and padding issue in mobile view design
#6684.patch (459 bytes) - added by himshekhar07 20 months ago.
Patch added

Download all attachments as: .zip

Change History (4)

@patelhitesh
20 months ago

Margin and padding issue in mobile view design

@himshekhar07
20 months ago

Patch added

#1 @nidhidhandhukiya
20 months ago

Solution :-

body .is-layout-flow > * + * {
    overflow-wrap: break-word;
}

After applying this solution this issue is resolved.

#2 @coffee2code
6 months ago

  • Resolution set to fixed
  • Status changed from new to closed

Thanks for the report and the patches! However, since this ticket was filed, documentation has been moved to the new Documentation site. The site uses a new theme and the problem reported here does not appear there.

Note: See TracTickets for help on using tickets.