style(course-teaser): fix visual overflow
This commit is contained in:
parent
225dc6c735
commit
41b16e6452
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user