diff --git a/addon/components/layout/section/header.hbs b/addon/components/layout/section/header.hbs index 695611f..d941e54 100644 --- a/addon/components/layout/section/header.hbs +++ b/addon/components/layout/section/header.hbs @@ -6,7 +6,7 @@ {{#if @headerTitleComponent}} {{component @headerTitleComponent}} {{else}} -
+
{{#if @badge}} diff --git a/addon/styles/layout/next.css b/addon/styles/layout/next.css index f891d4f..7892dbc 100644 --- a/addon/styles/layout/next.css +++ b/addon/styles/layout/next.css @@ -1097,6 +1097,10 @@ body[data-theme='dark'] .next-content-panel-wrapper .next-content-panel-containe align-items: center; } +.next-view-section-subheader .next-view-section-subheader-left .next-view-section-subheader-left-inner-wrapper { + min-width: 100px; +} + .next-view-section-subheader .next-view-section-subheader-actions { flex: 1; display: flex;