diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property/property/property.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property/property/property.element.ts index e32b1625ab..545520f6e9 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property/property/property.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property/property/property.element.ts @@ -345,7 +345,7 @@ export class UmbPropertyElement extends UmbLitElement { ? html`${this._variantDifference}` : ''}
- ${this._isReadOnly ? html`
` : nothing} ${this._isReadOnly} ${this._element} + ${this._isReadOnly ? html`
` : nothing}${this._element}
`;