Skip to content

Commit

Permalink
URLPopover: Fix a problem with the layout of link settings (#58906)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: getdave <[email protected]>
  • Loading branch information
3 people authored and youknowriad committed Mar 4, 2024
1 parent 711d9ed commit bdf871d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/block-editor/src/components/url-popover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ const URLPopover = forwardRef(
/>
) }
</div>
{ showSettings && (
<div className="block-editor-url-popover__row block-editor-url-popover__settings">
{ renderSettings() }
</div>
) }
</div>
{ showSettings && (
<div className="block-editor-url-popover__settings">
{ renderSettings() }
</div>
) }
{ additionalControls && ! showSettings && (
<div className="block-editor-url-popover__additional-controls">
{ additionalControls }
Expand Down

0 comments on commit bdf871d

Please sign in to comment.