Skip to content

Commit

Permalink
Pullquote block: avoid text-align settings affecting block width and …
Browse files Browse the repository at this point in the history
…font size (#43188)

* Pullquote: avoid text align setting affects block width and font size

* Pullquote: avoid text align setting affects font size in the editor
  • Loading branch information
matiasbenedetto authored Aug 17, 2022
1 parent f23244e commit eba7ac7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/block-library/src/pullquote/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
color: inherit;
}

&.has-text-align-left,
&.has-text-align-right,
&.alignleft,
&.alignright {
max-width: $content-width * 0.5;
Expand Down

0 comments on commit eba7ac7

Please sign in to comment.