Skip to content

Commit

Permalink
Fix block appender position in classic themes (#33895)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored Aug 5, 2021
1 parent 1e6ede5 commit 9e2fc57
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ function BlockListAppender( {
//
// See: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#Clicking_and_focus
tabIndex={ -1 }
className={ classnames( 'block-list-appender', className ) }
className={ classnames(
'block-list-appender wp-block',
className
) }
>
{ appender }
</TagName>
Expand Down

0 comments on commit 9e2fc57

Please sign in to comment.