Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#51607 closed defect (bug) (duplicate)

Bulleted list block appears too far to the left in the editor.

Reported by: bobbingwide's profile bobbingwide Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Bundled Theme Keywords:
Focuses: Cc:

Description

A colleague of mine and I have seen the same problem as reported in #50029 in Twenty Fourteen, Twenty Sixteen and Twenty Seventeen.

The core/list block appears to the left side of the block editor.

The CSS in each of these themes is almost identical.

/* List styles */

.edit-post-visual-editor ul:not(.wp-block-gallery),
.editor-block-list__block ul:not(.wp-block-gallery),
.block-library-list ul,
.edit-post-visual-editor ol,
.editor-block-list__block ol,
.block-library-list ol,
.block-library-list .editor-rich-text__tinymce {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

I assume the fix applied to Twenty Fifteen is the same for these bundled themes.

Change History (1)

#1 @sabernhardt
4 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

@bobbingwide Thanks for the report!

We're working on that. If you want to join the discussion and/or testing, please see ticket #51157.

Note: See TracTickets for help on using tickets.