diff --git a/packages/block-library/src/button/editor.scss b/packages/block-library/src/button/editor.scss index c4e960352c80c..f20d565964dbc 100644 --- a/packages/block-library/src/button/editor.scss +++ b/packages/block-library/src/button/editor.scss @@ -31,6 +31,11 @@ $blocks-button__line-height: $big-font-size + 6px; opacity: 0.8; } + // Polish the empty placeholder text for the button in variation previews. + .editor-rich-text__tinymce[data-is-placeholder-visible="true"] { + height: auto; + } + // Don't let the placeholder text wrap in the variation preview. .editor-block-preview__content & { max-width: 100%;