﻿/*.fc-day-grid-event > .fc-content { 
	white-space: normal !important;
}*/

.fc-day-grid-event > .fc-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

.fc-day-grid-event > .fc-content:hover {
    white-space: normal;
    overflow: hidden;
    text-overflow:ellipsis;
}

.fc-row .fc-content-skeleton tbody td, 
.fc-row .fc-helper-skeleton tbody td {
    padding-bottom:7px;
}