Making WordPress.org

Opened 10 months ago

Last modified 10 months ago

#6684 new defect (bug)

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 10 months ago.
Margin and padding issue in mobile view design
#6684.patch (459 bytes) - added by himshekhar07 10 months ago.
Patch added

Download all attachments as: .zip

Change History (3)

@patelhitesh
10 months ago

Margin and padding issue in mobile view design

@himshekhar07
10 months ago

Patch added

#1 @nidhidhandhukiya
10 months ago

Solution :-

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

After applying this solution this issue is resolved.

Note: See TracTickets for help on using tickets.