Skip to content

Commit

Permalink
Fix overflow hidden style being omitted
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Mar 10, 2023
1 parent fd03f5a commit ef2798b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/cover/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef2798b

Please sign in to comment.