diff --git a/packages/block-library/src/latest-posts/editor.scss b/packages/block-library/src/latest-posts/editor.scss index a29b74fd4cc3a6..3442630f42486e 100644 --- a/packages/block-library/src/latest-posts/editor.scss +++ b/packages/block-library/src/latest-posts/editor.scss @@ -4,3 +4,6 @@ padding-left: 0; } } +.wp-block-latest-posts li a > div { + display: inline; +}