diff --git a/ui/src/app/shared/components/page-header.component.ts b/ui/src/app/shared/components/page-header.component.ts index b84e42d5d..e548570ac 100644 --- a/ui/src/app/shared/components/page-header.component.ts +++ b/ui/src/app/shared/components/page-header.component.ts @@ -10,13 +10,17 @@ import { HistoryBackComponent } from 'src/app/shared/history/history-back.compon template: `
- @if (history) { - - } - @if (prependTemplate) { - - } - {{ text | translate }} +
+ @if (history) { + + } + @if (prependTemplate) { + + } +

+ {{ text | translate }} +

+
@if (appendTemplate) {
@@ -32,6 +36,7 @@ import { HistoryBackComponent } from 'src/app/shared/history/history-back.compon color: #2c2c2c; border-bottom: 2px solid #2c7639; padding-bottom: 7px; + width: fit-content; } `, ],