Skip to content

Commit

Permalink
Table Block: Use Block Selectors API for margin styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Infinite-Null committed Dec 26, 2024
1 parent 11d068a commit e85cc36
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/block-library/src/table/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,16 @@
"width": true
}
},
"__experimentalSelector": ".wp-block-table",
"__experimentalSelector": ".wp-block-table > table",
"interactivity": {
"clientNavigation": true
}
},
"selectors": {
"spacing": {
"margin": ".wp-block-table"
}
},
"styles": [
{
"name": "regular",
Expand Down

0 comments on commit e85cc36

Please sign in to comment.