Add media query to fix problem with space-between and small windows
- Legacy-Id: 17617
This commit is contained in:
parent
6c48575042
commit
76b8554a9c
|
@ -1019,6 +1019,13 @@ a.fc-event, .fc-event, .fc-content, .fc-title, .fc-event-container {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 120em) {
|
||||||
|
/* if there's only room for two days, it looks a bit odd with space-between */
|
||||||
|
.edit-meeting-schedule .edit-grid .day-flow {
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.edit-meeting-schedule .edit-grid .day-flow .day-label {
|
.edit-meeting-schedule .edit-grid .day-flow .day-label {
|
||||||
border-bottom: 2px solid #eee;
|
border-bottom: 2px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue