This commit is contained in:
tiago.kayaya
2021-07-29 11:40:25 +01:00
parent 51b8a026a8
commit 038ccbe633
5 changed files with 109 additions and 72 deletions
+7 -1
View File
@@ -366,9 +366,15 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
top: -40px;
right: 0px;
height: 90%;
max-width: 400px;
max-width: 100%;
border-radius: 0 0 25px 25px;
}
@media only screen and (min-width: 1140px) {
.modal-wrapper{
max-width: 400px;
}
}
}