Browse Source

Button-2: Fix gallery block styles

Niels Lange 5 years ago
parent
commit
839d5a67a4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      button-2/editor-blocks.css

+ 2 - 2
button-2/editor-blocks.css

@@ -140,8 +140,8 @@ Description: Gutenberg Block Editor Styles
 
 /* List styles */
 
-.edit-post-visual-editor ul:not(.wp-block-gallery) li,
-.editor-block-list__block ul:not(.wp-block-gallery) li,
+.edit-post-visual-editor figure:not(.wp-block-gallery) ul li,
+.editor-block-list__block figure:not(.wp-block-gallery) ul li,
 .edit-post-visual-editor ol li,
 .editor-block-list__block ol li,
 .block-library-list li,