Skip to content

Commit

Permalink
adjust viewport size of the columns block (#63609)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera authored Jul 16, 2024
1 parent 2171d82 commit a3b16e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/columns/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const settings = {
icon,
variations,
example: {
viewportWidth: 600, // Columns collapse "@media (max-width: 599px)".
viewportWidth: 782, // Columns collapse "@media (max-width: 781px)".
innerBlocks: [
{
name: 'core/column',
Expand Down

0 comments on commit a3b16e3

Please sign in to comment.