fix month view

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2021-07-28 17:17:58 +02:00 committed by backportbot[bot]
parent 98a3cb69c5
commit 6ee289dcfc
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;
}