diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts index 3b20551708..dfa1dd9157 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts @@ -23,6 +23,7 @@ export class UmbSectionDashboardsElement extends UmbLitElement { #tabs { background-color: var(--uui-color-surface); height: 70px; + border-bottom: 1px solid var(--uui-color-border); } #scroll-container {