Merge pull request #3376 from nextcloud/enh/noid/fix-week-view

fix week view
This commit is contained in:
Richard Steinmetz 2021-07-30 14:31:49 +02:00 committed by GitHub
commit e356efc9b0
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;
}