diff --git a/frontend/src/utils/course-teaser/course-teaser.scss b/frontend/src/utils/course-teaser/course-teaser.scss index 8aa21657e..97808bd2a 100644 --- a/frontend/src/utils/course-teaser/course-teaser.scss +++ b/frontend/src/utils/course-teaser/course-teaser.scss @@ -89,7 +89,9 @@ /* description */ .course-teaser__description { - grid-column: 3; + grid-column: 2 / 4; + max-height: 1000px; + overflow: auto; /* color: var(--color-fontsec); */ } @@ -118,7 +120,6 @@ /* expanded courses */ .course-teaser__expanded { - max-height: 1000px; .course-teaser__chevron::before { transform: translateY(7px) rotate(225deg);