From b1b77f306b48ef9a0691dd786826966950b55f1a Mon Sep 17 00:00:00 2001 From: Ella <4710635+ellatrix@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:55:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20remove=20obsolete=20rich=20text?= =?UTF-8?q?=20css=20(#67264)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ellatrix Co-authored-by: Mamaduka --- packages/block-editor/src/components/rich-text/content.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/block-editor/src/components/rich-text/content.scss b/packages/block-editor/src/components/rich-text/content.scss index 6f118479fc6b03..28dcd931a7f5db 100644 --- a/packages/block-editor/src/components/rich-text/content.scss +++ b/packages/block-editor/src/components/rich-text/content.scss @@ -20,12 +20,6 @@ } } -.block-editor-rich-text__editable { - > p:first-child { - margin-top: 0; - } -} - // Captions may have lighter (gray) text, or be shown on a range of different background luminosites. // To ensure legibility, we increase the default placeholder opacity to ensure contrast. figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before {