Fix long all day events push day header wider

This commit is contained in:
Nathan Gray 2015-11-12 16:27:39 +00:00
parent 07681364f8
commit 9f8a08fb4a

View File

@ -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;