diff --git a/frontend/src/app/features/work-packages/components/back-routing/back-button.component.sass b/frontend/src/app/features/work-packages/components/back-routing/back-button.component.sass
index ef1c39bc0a09..1ff3ecbb8bc6 100644
--- a/frontend/src/app/features/work-packages/components/back-routing/back-button.component.sass
+++ b/frontend/src/app/features/work-packages/components/back-routing/back-button.component.sass
@@ -3,7 +3,7 @@
.op-back-button
padding: 0
line-height: 32px
- margin: 0 1rem 0 0
+ margin: 0
width: 75px
height: 34px
diff --git a/frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb.sass b/frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb.sass
index 0e401ce51caa..165bd14d049f 100644
--- a/frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb.sass
+++ b/frontend/src/app/features/work-packages/components/wp-breadcrumb/wp-breadcrumb.sass
@@ -2,6 +2,7 @@
.op-wp-breadcrumb
@include global-breadcrumb-styles
+ margin: 0
height: initial
&--ellipsed
@@ -11,9 +12,6 @@
&--active-parent-select
width: 500px
- @media screen and (max-width: $breakpoint-xl)
- margin-top: 0
-
ul.op-breadcrumb li wp-breadcrumb-parent
white-space: initial
diff --git a/frontend/src/app/features/work-packages/routing/wp-full-view/wp-full-view.html b/frontend/src/app/features/work-packages/routing/wp-full-view/wp-full-view.html
index 28d4a51e810a..da5a80a1405c 100644
--- a/frontend/src/app/features/work-packages/routing/wp-full-view/wp-full-view.html
+++ b/frontend/src/app/features/work-packages/routing/wp-full-view/wp-full-view.html
@@ -2,23 +2,24 @@
[resource]="workPackage"
*ngIf="workPackage"
class="work-packages--show-view">
-
-