I want to see the appointment times of the calendar in a short height. So I have used the following CSS to adjust the height of the appointments.
.RadScheduler_Outlook .rsDayView td.rsCell
{
height: 15px ;
}
But when i did this I could see the heights of the appointment as decreased but the height between the times on the right side is same which makes it inconsistent. Is there anything else I have to do to make the appointments and time gap with same height?