diff --git a/static/src/scss/app.scss b/static/src/scss/app.scss index 20d0b7d30b2fe22664e58d0db938bd802c28c5fa..d34c68d05e23cbae7e21793301ce6d5556ddec1f 100644 --- a/static/src/scss/app.scss +++ b/static/src/scss/app.scss @@ -122,4 +122,8 @@ label.label-required:after { content: ' *'; } opacity: 100 !important; } } + + .timetable-day:not(:first-child) { + break-before: page; + } }