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 1055c49bd..2d6bf9a0b 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 @@ -5,10 +5,14 @@ &__task-list { width: 500px; + min-width: 500px; + max-width: 500px; } &__task-details { flex-grow: 1; + min-width: calc(920px - 500px); + height: calc(100vh - 56px); } &__empty-page { diff --git a/web/src/app/workplace/components/task-information/task-information.component.html b/web/src/app/workplace/components/task-information/task-information.component.html index 005d25e29..3f549057c 100644 --- a/web/src/app/workplace/components/task-information/task-information.component.html +++ b/web/src/app/workplace/components/task-information/task-information.component.html @@ -142,7 +142,7 @@