[wp-trac] [WordPress Trac] #51607: Bulleted list block appears too far to the left in the editor.

WordPress Trac noreply at wordpress.org
Thu Oct 22 19:42:35 UTC 2020


#51607: Bulleted list block appears too far to the left in the editor.
---------------------------+-----------------------------
 Reporter:  bobbingwide    |      Owner:  (none)
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  Bundled Theme  |    Version:
 Severity:  normal         |   Keywords:
  Focuses:                 |
---------------------------+-----------------------------
 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.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/51607>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list