Skip to content

Commit

Permalink
Remove unnecessary class
Browse files Browse the repository at this point in the history
  • Loading branch information
Copons committed Dec 19, 2019
1 parent d6ab55a commit 6789b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/navigation/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function Navigation( {
>
<BlockNavigationList clientId={ clientId } />
</PanelBody>
<PanelBody title={ __( 'Text Settings' ) } className="blocks-font-size">
<PanelBody title={ __( 'Text Settings' ) }>
<FontSizePicker
value={ fontSize.size }
onChange={ setFontSize }
Expand Down

0 comments on commit 6789b26

Please sign in to comment.