Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-c-woodard committed Nov 19, 2024
1 parent ec0749d commit 7621f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/navigation/edit-inner.js
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ export function EditInner(props) {
)}
{previewOrientation !== 'vertical' && previewHorizontalLayout === 'stretch' && (
<ResponsiveSelectControl
label={__('Fill and Center Menu Items?', 'kadence-blocks')}
label={__('Stretch Behavior', 'kadence-blocks')}
value={stretchFill}
tabletValue={stretchFillTablet}
mobileValue={stretchFillMobile}
Expand Down

0 comments on commit 7621f56

Please sign in to comment.