Skip to content

Commit

Permalink
Added Suggested Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Dec 22, 2024
1 parent 4069e59 commit f0e5c38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/block-library/src/post-comments-count/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
"margin": true,
"padding": true
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true
},
"typography": {
"fontSize": true,
"lineHeight": true,
Expand Down
1 change: 0 additions & 1 deletion packages/block-library/src/post-template/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
padding-left: 0;
margin-left: 0;
list-style: none;
box-sizing: border-box;
}
}
1 change: 1 addition & 0 deletions packages/block-library/src/post-template/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
max-width: 100%;
list-style: none;
padding: 0;
// This block has customizable padding, border-box makes that more predictable.
box-sizing: border-box;

// These rules no longer apply but should be kept for backwards compatibility.
Expand Down

0 comments on commit f0e5c38

Please sign in to comment.