Skip to content

Commit

Permalink
changed responsive queries
Browse files Browse the repository at this point in the history
  • Loading branch information
prconcepcion committed Dec 11, 2023
1 parent f902a9e commit 22dc89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/block-components/column/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 22dc89e

Please sign in to comment.