Merged in fix/teasercard-image-fill (pull request #1425)

feat:teasercard - image fill fix

* feat:teasercard - image fill fix


Approved-by: Erik Tiekstra
This commit is contained in:
Linus Flood
2025-02-27 10:12:29 +00:00
parent 58b2957b81
commit f59090936e
2 changed files with 15 additions and 16 deletions

View File

@@ -5,6 +5,12 @@
overflow: hidden;
}
.imageContainer {
width: 100%;
height: 200px;
position: relative;
}
.default {
background-color: var(--Base-Surface-Subtle-Normal);
}