forked from extern/egroupware
Make whole day non-blocking events wider so they take more space before wrapping.
This commit is contained in:
parent
541bca25b4
commit
bc2e0060da
@ -462,7 +462,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
/* This determines how many per line */
|
/* This determines how many per line */
|
||||||
flex: 1 1 6ex;
|
flex: 1 1 20em;
|
||||||
}
|
}
|
||||||
.calendar_calEventTooltip{
|
.calendar_calEventTooltip{
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
Loading…
Reference in New Issue
Block a user