mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Fix long all day events push day header wider
This commit is contained in:
parent
07681364f8
commit
9f8a08fb4a
@ -233,7 +233,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
line-height: 16px;
|
||||
}
|
||||
.calendar_calDayColHeader {
|
||||
display: table-cell;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
border-right: 1px solid silver;
|
||||
@ -306,6 +306,8 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
width: initial;
|
||||
white-space: nowrap;
|
||||
border-left: 1px solid silver;
|
||||
display:flex;
|
||||
align-items: stretch;
|
||||
}
|
||||
.calendar_calGridHeader > label {
|
||||
float: left;
|
||||
|
Loading…
Reference in New Issue
Block a user