Merge pull request #3381 from nextcloud/backport/3375/stable2.3

[stable2.3] fix month view
This commit is contained in:
szaimen 2021-07-30 14:56:23 +02:00 committed by GitHub
commit 1b8fa06162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -206,3 +206,18 @@
.fc-v-event.fc-timegrid-event-condensed {
min-height: 2em;
}
// Fix Month view
.fc-dayGridMonth-view {
.fc-daygrid-more-link {
word-break: break-word;
white-space: normal;
}
.fc-daygrid-day-frame {
min-height: 150px !important;
}
}
.fc-daygrid-day-events {
position:relative !important;
}