Skip to content

Commit

Permalink
Don't use __experimentalStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Jan 13, 2024
1 parent 1f7c980 commit dc689c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions packages/block-library/src/pullquote/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@
"typography": {
"fontSize": "1.5em",
"lineHeight": "1.6"
},
"spacing": {
"padding": {
"top": "4em",
"right": "0",
"bottom": "4em",
"left": "0"
}
}
}
},
Expand Down
1 change: 1 addition & 0 deletions packages/block-library/src/pullquote/style.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.wp-block-pullquote {
padding: 4em 0;
text-align: center; // Default text-alignment where the `textAlign` attribute value isn't specified.
overflow-wrap: break-word; // Break long strings of text without spaces so they don't overflow the block.
box-sizing: border-box;
Expand Down

0 comments on commit dc689c4

Please sign in to comment.