Skip to content

Commit

Permalink
fix(sbb-teaser-hero): fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMenga committed Dec 12, 2024
1 parent 5a4a08d commit 920f56a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/elements/teaser-hero/teaser-hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

.sbb-teaser-hero {
position: relative;
display: block;
display: flex;
min-height: var(--sbb-panel-height);
text-decoration: none;

Expand Down Expand Up @@ -56,3 +56,7 @@
margin: 0;
padding: 0;
}

::slotted([slot='image']) {
width: 100%;
}

0 comments on commit 920f56a

Please sign in to comment.