diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/editors/document-type/editor-document-type.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/editors/document-type/editor-document-type.element.ts index 6d7b3310d7..8d2b9e87cd 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/editors/document-type/editor-document-type.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/editors/document-type/editor-document-type.element.ts @@ -25,8 +25,15 @@ export class UmbEditorDocumentTypeElement extends UmbContextProviderMixin( height: 100%; } + #header { + display: flex; + flex: 1 1 auto; + margin: 0 var(--uui-size-layout-1); + } + #name { width: 100%; + flex: 1 1 auto; } #alias { @@ -121,7 +128,7 @@ export class UmbEditorDocumentTypeElement extends UmbContextProviderMixin( render() { return html` -
+