Merge pull request #3379 from nextcloud/backport/3374/stable2.3

[stable2.3] fix list table
This commit is contained in:
szaimen 2021-07-29 17:33:06 +02:00 committed by GitHub
commit 98a3cb69c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -98,6 +98,12 @@
}
}
// Fix list table
.fc-list-table td {
white-space: normal;
word-break: break-word;
}
// Fix right border on today not being visible in month and week view when using Firefox
.fc .fc-daygrid-day.fc-day-today,
.fc .fc-timegrid-col.fc-day-today {