Skip to content

Commit

Permalink
Fixing an issue where resizeable boxes in the editor for max width im…
Browse files Browse the repository at this point in the history
…ages are breaking out of columns

https://stellarwp.atlassian.net/browse/KAD-3090
  • Loading branch information
mark-c-woodard committed Aug 30, 2024
1 parent ad4d553 commit de73103
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/packages/components/src/column-drag-resizer/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -253,3 +253,10 @@
}
}
}

//fix for max width image blocks breaking out of their columns
.block-editor-block-list__block[data-type="kadence/rowlayout"]
.kb-image-max-width-set
.components-resizable-box__container {
max-width: 100% !important;
}

0 comments on commit de73103

Please sign in to comment.