Skip to content

Commit

Permalink
Post Author: Add Border Support (WordPress#64599)
Browse files Browse the repository at this point in the history
Co-authored-by: shail-mehta <shailu25@git.wordpress.org>
Co-authored-by: ramonjd <ramonopoly@git.wordpress.org>
Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>
  • Loading branch information
4 people authored and bph committed Aug 31, 2024
1 parent fbc7715 commit c4df6d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/block-library/src/post-author/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@
},
"interactivity": {
"clientNavigation": true
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true,
"__experimentalDefaultControls": {
"radius": true,
"color": true,
"width": true,
"style": true
}
}
},
"editorStyle": "wp-block-post-author-editor",
Expand Down
1 change: 1 addition & 0 deletions packages/block-library/src/post-author/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.wp-block-post-author {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;

&__byline {
width: 100%;
Expand Down

0 comments on commit c4df6d3

Please sign in to comment.