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;
|
||||
|
||||
.tb-timewindow-form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
|
||||
.tb-flex {
|
||||
|
||||
@ -18,6 +18,8 @@
|
||||
width: 450px;
|
||||
|
||||
.tb-timewindow-form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-height: 100%;
|
||||
|
||||
&-header {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user