Skip to content

Commit

Permalink
Add __unstable-large to RangeControl
Browse files Browse the repository at this point in the history
Even though it's not supported just yet; follow up PR.
  • Loading branch information
richtabor committed Mar 15, 2023
1 parent 2cc7f50 commit 2a3c26f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/gallery/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ function GalleryEdit( props ) {
max={ Math.min( MAX_COLUMNS, images.length ) }
{ ...MOBILE_CONTROL_PROPS_RANGE_CONTROL }
required
size="__unstable-large"
/>
) }
<ToggleControl
Expand Down

0 comments on commit 2a3c26f

Please sign in to comment.