Make whole day non-blocking events wider so they take more space before wrapping.

This commit is contained in:
Nathan Gray 2015-11-11 18:10:35 +00:00
parent 541bca25b4
commit bc2e0060da

View File

@ -462,7 +462,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 6ex;
flex: 1 1 20em;
}
.calendar_calEventTooltip{
border-radius: 6px;