Skip to content

Commit

Permalink
tweak column att override
Browse files Browse the repository at this point in the history
  • Loading branch information
kancijan committed Oct 11, 2024
1 parent 821efb9 commit 6fe8915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/init/src/Blocks/custom/column/column-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { ColumnOptions } from './components/column-options';
export const Column = (props) => {
useSelect((select) => {
overrideInnerBlockAttributes(select, props.clientId, {
wrapperUse: false,
wrapperNoWidthControls: true,
wrapperWidth: 'none',
});
Expand Down

0 comments on commit 6fe8915

Please sign in to comment.