Skip to content

Commit

Permalink
remove child space in Tooltip. (#23019)
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit authored Jun 11, 2020
1 parent 1fd4ed3 commit 0a2ab46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function ButtonBlockAppender(

if ( isToggleButton ) {
inserterButton = (
<Tooltip text={ label }> { inserterButton } </Tooltip>
<Tooltip text={ label }>{ inserterButton }</Tooltip>
);
}
return inserterButton;
Expand Down

0 comments on commit 0a2ab46

Please sign in to comment.