Skip to content
Prev Previous commit
Next Next commit
Fix overflow hidden style being omitted
  • Loading branch information
aaronrobertshaw committed Mar 23, 2023
commit e16a401fde23e96eab0fce09cdeb7c6c60a4ba48
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