fix agenda selecting agenda

This commit is contained in:
Peter Maquiran
2023-04-10 17:19:04 +01:00
parent 3c8a168b9b
commit d3d7fcb025
3 changed files with 36 additions and 7 deletions
+15 -1
View File
@@ -945,7 +945,15 @@ $font-size: 11pt;
display: none;
}
@media only screen and (max-width: 513px) {
.select-calendar {
mat-form-field {
width: 269px;
}
}
@media only screen and (max-width: 623px) {
.calendar-options {
display: none !important;
}
@@ -980,4 +988,10 @@ $font-size: 11pt;
.select-calendar {
flex-grow: 1;
}
.select-calendar {
mat-form-field {
width: 100%;
}
}
}
+15
View File
@@ -1119,6 +1119,21 @@ ngx-mat-datetime-content{
padding: 0px !important;
}
.select-calendar {
.mat-form-field-infix {
width: unset !important;
// width: 100%;
}
// .mat-select-value {
// display: table-cell;
// max-width: unset !important;
// width: 100% !important;
// /* text-overflow: ellipsis; */
// /* white-space: nowrap; */
// }
}
.loading-blocker {
position: absolute;