Merge pull request #3382 from nextcloud/backport/3376/stable2.3

[stable2.3] fix week view
This commit is contained in:
szaimen 2021-07-30 14:56:42 +02:00 committed by GitHub
commit 26ec3a92a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}