fix overflow in lessons

This commit is contained in:
Benedikt Rötsch
2017-10-05 12:54:59 +02:00
committed by Benedikt Rötsch
parent 2652d7bf23
commit 6482c7733e
2 changed files with 8 additions and 0 deletions

View File

@@ -916,6 +916,10 @@ input[type="reset"]:focus,
}
}
.layout-sidebar__content > * {
max-width: 732px;
}
.grid-list {
display: -webkit-box;
display: -ms-flexbox;