diff --git a/packages/block-editor/src/components/global-styles/style.scss b/packages/block-editor/src/components/global-styles/style.scss index f55e2da643704..f57bc79074153 100644 --- a/packages/block-editor/src/components/global-styles/style.scss +++ b/packages/block-editor/src/components/global-styles/style.scss @@ -192,8 +192,14 @@ .components-toggle-control { margin-bottom: 0; } + .components-focal-point-picker-wrapper { + background-color: $gray-100; + width: 100%; + border-radius: $radius-block-ui; + border: $border-width solid $gray-300; + } .components-focal-point-picker__media--image { - max-height: clamp(120px, 9vh, 280px); + max-height: 180px; } }