mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix agenda selecting agenda
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user