forked from extern/egroupware
Use auto sizing to make all day events wider when needed, smaller when they have shorter titles
This commit is contained in:
parent
190d028bf7
commit
6d398a346f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user