Skip to content

Commit

Permalink
Mobile - Heading block - Disable full-width/wide alignment (#26308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo Pacheco authored Oct 20, 2020
1 parent e4a9d33 commit 2cf608a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/mobile/utils/alignments.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const WIDE_ALIGNMENTS = {
wide: 'wide',
full: 'full',
},
excludeBlocks: [ 'core/columns' ],
excludeBlocks: [ 'core/columns', 'core/heading' ],
};

export const ALIGNMENT_BREAKPOINTS = {
Expand Down

0 comments on commit 2cf608a

Please sign in to comment.