diff --git a/frontend21/scss/components/content/teaser.scss b/frontend21/scss/components/content/teaser.scss index 396f6b0a066..191198af329 100644 --- a/frontend21/scss/components/content/teaser.scss +++ b/frontend21/scss/components/content/teaser.scss @@ -6,7 +6,7 @@ &-card { display: flex; flex-direction: column; - max-width: calc(100% - 10px); + width: calc(100% - 10px); white-space: normal; color: color('charade'); border-radius: 8px;