Skip to content

Commit

Permalink
Adjust media-text attributes to default stacked on mobile to true (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsnyder committed Oct 16, 2020
1 parent 0736204 commit 6f82c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/media-text/deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const baseAttributes = {
},
isStackedOnMobile: {
type: 'boolean',
default: false,
default: true,
},
};

Expand Down

0 comments on commit 6f82c4b

Please sign in to comment.