diff --git a/packages/block-library/src/shortcode/edit.js b/packages/block-library/src/shortcode/edit.js
index aecebd115a983..f4aa1ebbe55a8 100644
--- a/packages/block-library/src/shortcode/edit.js
+++ b/packages/block-library/src/shortcode/edit.js
@@ -11,22 +11,24 @@ export default function ShortcodeEdit( { attributes, setAttributes } ) {
const inputId = `blocks-shortcode-input-${ instanceId }`;
return (
-
-
-
setAttributes( { text } ) }
- />
+
+
+
+
setAttributes( { text } ) }
+ />
+
);
}
diff --git a/packages/block-library/src/shortcode/editor.scss b/packages/block-library/src/shortcode/editor.scss
index 56586df8eefd2..6e7f482ad19f4 100644
--- a/packages/block-library/src/shortcode/editor.scss
+++ b/packages/block-library/src/shortcode/editor.scss
@@ -1,9 +1,3 @@
-[data-type="core/shortcode"] {
- &.components-placeholder {
- min-height: 0;
- }
-}
-
// The editing view for the Shortcode block is equivalent to block UI.
// Therefore we increase specificity to avoid theme styles bleeding in.
.blocks-shortcode__textarea {