Skip to content

Commit

Permalink
hide zoom out on smaller viewports (#65437)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera committed Sep 18, 2024
1 parent f67e39b commit 2607bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function Header( {
/>
<PostViewLink />

<ZoomOutToggle />
{ isWideViewport && <ZoomOutToggle /> }

{ ( isWideViewport || ! showIconLabels ) && (
<PinnedItems.Slot scope="core" />
Expand Down

0 comments on commit 2607bd3

Please sign in to comment.