{ createInterpolateElement(
__(
'Patterns are available from the WordPress.org Pattern Directory, bundled in the active theme, or created by users on this site. Only patterns created on this site can be synced.'
diff --git a/packages/block-editor/src/components/inserter/style.scss b/packages/block-editor/src/components/inserter/style.scss
index 51228a1c46a248..c6522671f938d7 100644
--- a/packages/block-editor/src/components/inserter/style.scss
+++ b/packages/block-editor/src/components/inserter/style.scss
@@ -266,6 +266,13 @@ $block-inserter-tabs-height: 44px;
margin-top: $grid-unit-30;
}
+.block-editor-inserter__patterns-filter-help {
+ padding: $grid-unit-20;
+ border-top: $border-width solid $gray-300;
+ color: $gray-700;
+ min-width: 280px;
+}
+
.block-editor-inserter__media-list,
.block-editor-block-patterns-list {
overflow-y: auto;