From 2f617d935c00b8c943f4612bf17d5b7b5df685b7 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Fri, 2 Aug 2024 13:49:15 +0200 Subject: [PATCH] OZG-5833 Postfach remove breadcrumb show h1 --- .../postfach-page/postfach-page.component.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/alfa-client/libs/postfach/src/lib/postfach-page-container/postfach-page/postfach-page.component.html b/alfa-client/libs/postfach/src/lib/postfach-page-container/postfach-page/postfach-page.component.html index 2815474027..111e606bf0 100644 --- a/alfa-client/libs/postfach/src/lib/postfach-page-container/postfach-page/postfach-page.component.html +++ b/alfa-client/libs/postfach/src/lib/postfach-page-container/postfach-page/postfach-page.component.html @@ -28,8 +28,7 @@ </ozgcloud-subnavigation> <div class="l-scroll-area--full flex flex-col"> - <h1 class="sr-only">Nachrichten zum Vorgang</h1> - <alfa-vorgang-in-postfach-breadcrumb-container></alfa-vorgang-in-postfach-breadcrumb-container> + <h1 class="pl-7 pt-4 text-lg font-medium">Nachrichten zum Vorgang</h1> <alfa-postfach-page-mail-list [postfachMailListStateResource]="postfachMailListStateResource" data-test-id="postfach-mail-list" -- GitLab