diff --git a/web/src/app/shared/components/master-and-detail/master-and-detail.component.html b/web/src/app/shared/components/master-and-detail/master-and-detail.component.html
index 65b0a2615..90fa71580 100644
--- a/web/src/app/shared/components/master-and-detail/master-and-detail.component.html
+++ b/web/src/app/shared/components/master-and-detail/master-and-detail.component.html
@@ -1,23 +1,22 @@
-
-
-
-
-
-
-
-
-
-
-
Select a workbasket
-
-
-
-
Select a classification
-
-
-
-
Select a Task
- done_all
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Select a Task
+
+
done_all
+
+
diff --git a/web/src/app/shared/components/master-and-detail/master-and-detail.component.scss b/web/src/app/shared/components/master-and-detail/master-and-detail.component.scss
index a0c84dda9..1055c49bd 100644
--- a/web/src/app/shared/components/master-and-detail/master-and-detail.component.scss
+++ b/web/src/app/shared/components/master-and-detail/master-and-detail.component.scss
@@ -1,6 +1,23 @@
-.master-detail {
- min-width: 100vw;
-}
-.center-block.no-detail {
- text-align: center;
+@import 'src/theme/_colors.scss';
+
+.workplace-overview {
+ display: flex;
+
+ &__task-list {
+ width: 500px;
+ }
+
+ &__task-details {
+ flex-grow: 1;
+ }
+
+ &__empty-page {
+ flex-grow: 1;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+
+ color: $grey;
+ }
}