Use auto sizing to make all day events wider when needed, smaller when they have shorter titles

This commit is contained in:
Nathan Gray 2015-11-12 21:02:24 +00:00
parent 190d028bf7
commit 6d398a346f

View File

@ -473,7 +473,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
display: inline-block;
white-space: nowrap;
/* This determines how many per line */
flex: 1 1 20em;
flex: 1 1 auto;
}
.calendar_calDayColHeader .calendar_calEvent .calendar_calEventBody {
white-space: nowrap;