diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.ts index bc03872c53..9bcc8f503d 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.ts @@ -117,7 +117,7 @@ export class UmbPropertyEditorUIImageCropsConfigurationElement px - ${this.#renderActions()} +
${this.#renderActions()}
@@ -144,7 +144,6 @@ export class UmbPropertyEditorUIImageCropsConfigurationElement UmbTextStyles, css` :host { - max-width: 500px; display: block; } .crops { @@ -192,6 +191,10 @@ export class UmbPropertyEditorUIImageCropsConfigurationElement display: flex; align-items: center; } + .action-wrapper { + display: flex; + align-items: flex-end; + } `, ]; }