Skip to content

Commit

Permalink
Image Block: Fix inconsistent dimensions during selection
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshupathak95 committed Jan 16, 2025
1 parent 9f7d7dc commit 77e104b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/block-library/src/image/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@
border-radius: 0;
}
}

.components-resizable-box__container {
max-width: inherit !important;
max-height: inherit !important;
}
}

// Variations
Expand Down

0 comments on commit 77e104b

Please sign in to comment.