Timewindow: fix configuration dialog header height
This commit is contained in:
parent
a66360ef66
commit
7efe584fff
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user