From ef2798baf4f43710c8587846c553fd47b61dbdfc Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Fri, 10 Mar 2023 18:14:37 +1000 Subject: [PATCH] Fix overflow hidden style being omitted --- packages/block-library/src/cover/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/cover/style.scss b/packages/block-library/src/cover/style.scss index 216944e64fa9a1..beece5ed4f3622 100644 --- a/packages/block-library/src/cover/style.scss +++ b/packages/block-library/src/cover/style.scss @@ -7,11 +7,11 @@ justify-content: center; align-items: center; padding: 1em; + overflow: hidden; // This block has customizable padding, border-box makes that more predictable. box-sizing: border-box; // Keep the flex layout direction to the physical direction (LTR) in RTL languages. /*rtl:raw: direction: ltr; */ - overflow: hidden; /** * Set a default background color for has-background-dim _unless_ it includes another