Skip to content

Commit

Permalink
Alignment matching with toolbar icon
Browse files Browse the repository at this point in the history
  • Loading branch information
benazeer-ben committed Dec 19, 2024
1 parent b226cee commit 9688fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/pullquote/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.wp-block-pullquote {
text-align: center; // Default text-alignment where the `textAlign` attribute value isn't specified.
text-align: left; // 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;
margin: 0 0 1em 0;
Expand Down

0 comments on commit 9688fac

Please sign in to comment.