fix week view

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
szaimen 2021-07-28 18:02:15 +02:00 committed by backportbot[bot]
parent 98a3cb69c5
commit 8fb8634cfd
1 changed files with 10 additions and 0 deletions

View File

@ -199,6 +199,16 @@
}
}
// Fix week view
.fc-col-header-cell {
word-break: break-word;
white-space: normal;
}
.fc-timeGridWeek-view .fc-daygrid-more-link {
word-break: break-all;
white-space: normal;
}
.fc-v-event {
min-height: 4em;
}