Opened 23 months ago
Closed 9 months ago
#6684 closed defect (bug) (fixed)
Margin and padding issue in page in mobile view design
Reported by: | 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)
Change History (4)
#1
@
23 months ago
Solution :-
body .is-layout-flow > * + * { overflow-wrap: break-word; }
After applying this solution this issue is resolved.
#2
@
9 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.
Margin and padding issue in mobile view design