diff --git a/src/Umbraco.Web.UI.Client/src/packages/umbraco-news/umbraco-news-dashboard.element.ts b/src/Umbraco.Web.UI.Client/src/packages/umbraco-news/umbraco-news-dashboard.element.ts index ae5609b1fb..3f5f056e45 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/umbraco-news/umbraco-news-dashboard.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/umbraco-news/umbraco-news-dashboard.element.ts @@ -1,3 +1,4 @@ +import { UUITextStyles } from '@umbraco-ui/uui-css'; import { UMB_AUTH } from '@umbraco-cms/backoffice/auth'; import { css, html, customElement, state } from '@umbraco-cms/backoffice/external/lit'; import { UmbLitElement } from '@umbraco-cms/internal/lit-element'; @@ -26,11 +27,13 @@ export class UmbUmbracoNewsDashboardElement extends UmbLitElement { render() { return html` - -

Welcome, ${this.name}

-

This is a preview version of Umbraco, where you can have a first-hand look at the new Backoffice.

-

There is currently very limited functionality.

+ +

Welcome, ${this.name}

+

+ This is a preview version of Umbraco, where you can have a first-hand look at the new Backoffice. +

+ There is currently very limited functionality.
Please refer to the documentation to learn more about what is possible. @@ -40,6 +43,7 @@ export class UmbUmbracoNewsDashboardElement extends UmbLitElement { } static styles = [ + UUITextStyles, css` :host { display: block;