Skip to content

Commit

Permalink
Fix inline style
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Mar 25, 2021
1 parent 6d99f79 commit f3f707e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/quote/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function QuoteEdit( {
<RichText
identifier="citation"
tagName="cite"
display={ { style: 'inline-block' } }
style={ { display: 'inline-block' } }
value={ citation }
onChange={ ( nextCitation ) =>
setAttributes( {
Expand Down

0 comments on commit f3f707e

Please sign in to comment.