Merge pull request #666 from frecuencialibre/long-show-title-overlap
fix Calendar - Long titles now overlap 'files bar'
This commit is contained in:
commit
6fe2e85e4d
|
@ -314,6 +314,9 @@ a.fc-event {
|
||||||
.fc-event-time,
|
.fc-event-time,
|
||||||
.fc-event-title {
|
.fc-event-title {
|
||||||
padding: 0 1px;
|
padding: 0 1px;
|
||||||
|
}
|
||||||
|
.fc-view-month .fc-event-time,
|
||||||
|
.fc-view-month .fc-event-title {
|
||||||
height: 12px;
|
height: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue