fix list table

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2021-07-28 16:04:59 +02:00 committed by backportbot[bot]
parent 413c843c1a
commit 0179fbae40
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 {