fix Calendar - Long titles now overlap 'files bar'
This commit is contained in:
parent
7c1bea379c
commit
a734165169
|
@ -314,9 +314,12 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
|
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue