diff --git a/packages/editor/src/components/post-card-panel/style.scss b/packages/editor/src/components/post-card-panel/style.scss index f715f2318f842f..3547b0ab104936 100644 --- a/packages/editor/src/components/post-card-panel/style.scss +++ b/packages/editor/src/components/post-card-panel/style.scss @@ -14,6 +14,7 @@ flex-wrap: wrap; column-gap: $grid-unit-10; row-gap: $grid-unit-05; + word-break: break-word; } } diff --git a/packages/editor/src/components/post-url/style.scss b/packages/editor/src/components/post-url/style.scss index a711402f1a82eb..c815f89682cb2d 100644 --- a/packages/editor/src/components/post-url/style.scss +++ b/packages/editor/src/components/post-url/style.scss @@ -26,3 +26,7 @@ .editor-post-url__input input.components-input-control__input { padding-inline-start: 0 !important; } + +.editor-post-url__panel-toggle { + word-break: break-word; +}