Skip to content

Commit

Permalink
Add isNarrow flag below large breakpoint in gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevins committed Nov 12, 2019
1 parent 8fcb0bb commit 3effb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/gallery/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,5 +343,5 @@ export default compose( [
return { mediaUpload };
} ),
withNotices,
withViewportMatch( { isMobile: '< small' } ),
withViewportMatch( { isMobile: '< small', isNarrow: '< large' } ),
] )( GalleryEdit );

0 comments on commit 3effb45

Please sign in to comment.