.fc-daygrid-event { border-radius: 8px; }
.fc .fc-toolbar-title { font-weight: 700; }

/* ให้เหตุการณ์บนปฏิทินเห็นว่า “กดได้” และกันบางธีมที่ทำให้ pointer ไม่ขึ้น */
.fc-event, .fc-daygrid-event, .fc-timegrid-event {
  cursor: pointer;
}
<style>
.ellipsis{max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nowrap{white-space:nowrap}
</style>


