Opened 4 years ago
Closed 3 years ago
#6752 closed defect (bug) (fixed)
Content margin and padding issue in Documentation page
| Reported by: | patelhitesh | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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
@
4 years ago
To overcome the above issue, please check the below CSS:
.wp-block-preformatted p {
padding: 30px;
}
#3
@
3 years ago
- Component WordPress.org Site → HelpHub
- Keywords needs-patch needs-design-feedback has-screenshots removed
- Resolution → fixed
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Content margin and padding issue in Documentation page.