Skip to content

Commit

Permalink
[Format library]: Fix language popover position (#53841)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras authored Aug 21, 2023
1 parent ecd30c3 commit 0a0bc06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/format-library/src/language/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ function InlineLanguageUI( { value, contentRef, onChange, onClose } ) {
<Popover
className="block-editor-format-toolbar__language-popover"
anchor={ popoverAnchor }
placement="bottom"
onClose={ onClose }
>
<form
Expand Down

0 comments on commit 0a0bc06

Please sign in to comment.