Skip to content

Commit 76b8554

Browse files
committed
Add media query to fix problem with space-between and small windows
- Legacy-Id: 17617
1 parent 6c48575 commit 76b8554

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ietf/static/ietf/css/ietf.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,13 @@ a.fc-event, .fc-event, .fc-content, .fc-title, .fc-event-container {
10191019
justify-content: space-between;
10201020
}
10211021

1022+
@media only screen and (max-width: 120em) {
1023+
/* if there's only room for two days, it looks a bit odd with space-between */
1024+
.edit-meeting-schedule .edit-grid .day-flow {
1025+
justify-content: flex-start;
1026+
}
1027+
}
1028+
10221029
.edit-meeting-schedule .edit-grid .day-flow .day-label {
10231030
border-bottom: 2px solid #eee;
10241031
}

0 commit comments

Comments
 (0)