Timewindow: fix configuration dialog header height

This commit is contained in:
Chantsova Ekaterina 2024-09-12 13:06:51 +03:00
parent a66360ef66
commit 7efe584fff
3 changed files with 9 additions and 2 deletions

View File

@ -28,3 +28,10 @@
} }
} }
} }
:host-context(.mat-mdc-dialog-container) {
.tb-timewindow-form {
display: grid;
grid-template-rows: min-content min-content minmax(auto, 1fr) min-content min-content;
}
}

View File

@ -18,8 +18,6 @@
background-color: #fff; background-color: #fff;
.tb-timewindow-form { .tb-timewindow-form {
display: flex;
flex-direction: column;
overflow: hidden; overflow: hidden;
.tb-flex { .tb-flex {

View File

@ -18,6 +18,8 @@
width: 450px; width: 450px;
.tb-timewindow-form { .tb-timewindow-form {
display: flex;
flex-direction: column;
max-height: 100%; max-height: 100%;
&-header { &-header {