Opened 5 months ago
Last modified 6 days ago
#63557 new defect (bug)
List Block Indentation Issue in Twenty Fifteen & Twenty Sixteen Themes (Editor Side)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Bundled Theme | Keywords: | dev-feedback 2nd-opinion needs-testing needs-patch |
| Focuses: | ui, css, tests | Cc: |
Description
Hello Team,
I have noticed that the List block (both ordered and unordered) is not properly indented in the block editor when using the Twenty Fifteen and Twenty Sixteen themes. The indentation appears misaligned or too shallow compared to expected formatting, which may affect readability and visual consistency.
I believe the indentation should be consistent across both the editor and front-end for a better editing experience.
Please review this behavior and consider adjusting the editor styles.
Thank you!
Attachments (18)
Change History (21)
@
5 months ago
I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.
@
5 months ago
I have checked above mentioned issue and I have resolved it for twenty sixteen theme and added patch. Also, I have attached screenshot after resolved this issue.
#1
@
5 months ago
Hi @viralsampat
Thank you for raising the ticket. I see a similar issue in Gutenberg https://github.com/WordPress/gutenberg/issues/69503
#2
@
7 days ago
- Focuses accessibility tests added
- Keywords needs-patch added; has-patch removed
Bug Report
Description
I can reproduce the list block indentation problem in the Twenty Fifteen theme (editor side).
Environment
- WordPress: 7.0-alpha-61215-src
- PHP: 8.2.29
- Server: nginx/1.29.3
- Database: mysqli (Server: 8.4.7 / Client: mysqlnd 8.2.29)
- Browser: Chrome 142.0.0.0
- OS: macOS
- Theme: Twenty Fifteen 4.0
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.1
Steps to reproduce
- Activate Twenty Fifteen.
- Create a new post and insert a List block.
- Add a few nested items (1–2 levels).
- Compare indentation in the editor (and optionally the front-end).
Actual Results
- In the editor, list items (ordered and unordered) are insufficiently indented; nested levels appear nearly flush with the left edge, reducing readability and not matching typical list spacing.
- Front-end spacing is different from the editor, leading to inconsistency.
Expected result
- List items should have consistent and readable indentation in the editor, aligned with the theme’s front-end styles.
Screenshots
| Editor | Frontend |
|
|


Twenty Fifteen Editor