Merge pull request #3121 from mrtumnus/patch-1

Add min-height limits for events
This commit is contained in:
Christoph Wurst 2021-06-04 12:12:14 +02:00 committed by GitHub
commit e4b0d21127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -184,3 +184,11 @@
margin-top: 0 !important;
}
}
.fc-v-event {
min-height: 4em;
}
.fc-v-event.fc-timegrid-event-condensed {
min-height: 2em;
}