mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +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;
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
.calendar_calDayColHeader {
|
.calendar_calDayColHeader {
|
||||||
display: table-cell;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border-right: 1px solid silver;
|
border-right: 1px solid silver;
|
||||||
@ -306,6 +306,8 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
width: initial;
|
width: initial;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
border-left: 1px solid silver;
|
border-left: 1px solid silver;
|
||||||
|
display:flex;
|
||||||
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
.calendar_calGridHeader > label {
|
.calendar_calGridHeader > label {
|
||||||
float: left;
|
float: left;
|
||||||
|
Loading…
Reference in New Issue
Block a user