diff --git a/packages/block-library/src/paragraph/style.scss b/packages/block-library/src/paragraph/style.scss index 325cc438b4d62..becb47973704d 100644 --- a/packages/block-library/src/paragraph/style.scss +++ b/packages/block-library/src/paragraph/style.scss @@ -28,6 +28,13 @@ p { text-transform: uppercase; font-style: normal; } + + &.has-drop-cap:not(:focus)::after { + content: ""; + display: table; + clear: both; + padding-top: $block-padding; + } } p.has-background {