Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSS: Border & Spacing support #66411

Open
wants to merge 11 commits into
base: trunk
Choose a base branch
from
Prev Previous commit
Next Next commit
Update packages/block-library/src/rss/style.scss
Co-authored-by: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com>
  • Loading branch information
benazeer-ben and aaronrobertshaw authored Nov 14, 2024
commit de5a348eccdcc5905408573f399b9e7494000885
3 changes: 1 addition & 2 deletions packages/block-library/src/rss/style.scss
Original file line number Diff line number Diff line change
@@ -33,9 +33,8 @@ ul.wp-block-rss { // The ul is needed for specificity to override the reset styl
display: block;
font-size: 0.8125em;
}
// This block has customizable padding, border-box makes that more predictable.
// This needs extra specificity due to the reset mixin on the parent: https://github.com/WordPress/gutenberg/blob/a250e9e5fe00dd5195624f96a3d924e7078951c3/packages/edit-post/src/style.scss#L54
.wp-block-rss {
// This block has customizable padding, border-box makes that more predictable.
box-sizing: border-box;
list-style: none;
padding: 0;
Loading