Opened 19 months ago
Closed 13 months ago
#6752 closed defect (bug) (fixed)
Content margin and padding issue in Documentation page
Reported by: | patelhitesh | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | HelpHub (wordpress.org/documentation) | Keywords: | |
Cc: |
Description
Please check the below page:
https://wordpress.org/documentation/article/reset-your-password/
When we inspect the page and set the width to 425px, the paragraph content is out of list items so it not looks consistent. For more details, please check the attached screenshot.
Attachments (1)
Change History (4)
#1
@
19 months ago
To overcome the above issue, please check the below CSS:
.wp-block-preformatted p {
padding: 30px;
}
#3
@
13 months ago
- Component changed from WordPress.org Site to HelpHub
- Keywords needs-patch needs-design-feedback has-screenshots removed
- Resolution set to fixed
- Status changed from new to closed
While this looks unaligned, it's actually correct for the content.
The issue is with the content itself, which is 4 different blocks: list, code, paragraph, list
- the indent for a code and paragraph will always be different to that of a list.
I've fixed the content, by making these list items instead.
Note: See
TracTickets for help on using
tickets.
Content margin and padding issue in Documentation page.