diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.ts index 531691fa7b..c4d4fa732f 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.ts @@ -7,7 +7,6 @@ import { UmbLitElement } from '@umbraco-cms/internal/lit-element'; */ @customElement('umb-property-editor-ui-tiny-mce-stylesheets-configuration') export class UmbPropertyEditorUITinyMceStylesheetsConfigurationElement extends UmbLitElement { - @property() value: string[] = []; @@ -16,7 +15,7 @@ export class UmbPropertyEditorUITinyMceStylesheetsConfigurationElement extends U render() { return html``; } @@ -26,7 +25,7 @@ export class UmbPropertyEditorUITinyMceStylesheetsConfigurationElement extends U ul { list-style: none; padding: 0; - margin:0; + margin: 0; } `, ];