Merge pull request #666 from frecuencialibre/long-show-title-overlap

fix Calendar - Long titles now overlap 'files bar'
This commit is contained in:
Robb 2018-12-27 11:21:54 -05:00 committed by GitHub
commit 6fe2e85e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -314,9 +314,12 @@ a.fc-event {
.fc-event-time,
.fc-event-title {
padding: 0 1px;
}
.fc-view-month .fc-event-time,
.fc-view-month .fc-event-title {
height: 12px;
}
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
display: block;
position: absolute;