diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/sections/shared/section-sidebar.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/sections/shared/section-sidebar.element.ts index 485370d34a..f59702cd93 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/sections/shared/section-sidebar.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/sections/shared/section-sidebar.element.ts @@ -62,11 +62,13 @@ export class UmbSectionSidebar extends UmbContextConsumerMixin(LitElement) { render() { return html` - -

${this._sectionName}

-
+ + +

${this._sectionName}

+
- + +
`; }