diff --git a/src/block-components/column/style.js b/src/block-components/column/style.js index a1f0002dd..db184a12e 100644 --- a/src/block-components/column/style.js +++ b/src/block-components/column/style.js @@ -73,7 +73,7 @@ const ColumnStyles = props => { styleRule="flex" attrName="columnWidth" key="columnWidth-save-flex" - responsive={ [ 'desktopTablet', 'tabletOnly', 'mobile' ] } + responsive={ [ 'desktopOnly', 'tabletOnly', 'mobile' ] } format="1 1 %s%" dependencies={ [ 'columnAdjacentCount',