Skip to content

Commit

Permalink
[Quote]: Fix deprectated large style specificity rule (#47969)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Feb 15, 2023
1 parent 4a6ffee commit 0b8de64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/quote/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
box-sizing: border-box;
overflow-wrap: break-word; // Break long strings of text without spaces so they don't overflow the block.
// .is-style-large and .is-large are kept for backwards compatibility. The :not pseudo-class is used to enable switching styles. See PR #37580.
&.is-style-large:not(.is-style-plain),
&.is-large:not(.is-style-plain) {
&.is-style-large:where(:not(.is-style-plain)),
&.is-large:where(:not(.is-style-plain)) {
margin-bottom: 1em;
padding: 0 1em;

Expand Down

1 comment on commit 0b8de64

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 0b8de64.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4181805104
📝 Reported issues:

Please sign in to comment.