Skip to content

Commit

Permalink
fix(teaser): fix image size with long text
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMenga committed Jan 10, 2024
1 parent c4d2de2 commit e861896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/teaser/teaser.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
}

.sbb-teaser__image-wrapper {
flex-shrink: 0;
overflow: hidden;
border-radius: var(--sbb-teaser-border-radius);
transition: var(--sbb-animation-duration-4x) var(--sbb-animation-easing);
Expand Down

0 comments on commit e861896

Please sign in to comment.