feat(SW-200): Fixed image sizes for RTE

This commit is contained in:
Erik Tiekstra
2024-11-12 14:34:19 +01:00
parent 0a35243d88
commit 92ad7192b1
3 changed files with 30 additions and 24 deletions

View File

@@ -1,10 +1,15 @@
.image {
max-width: 100%;
.imageContainer {
position: relative;
width: 100%;
height: 365px;
object-fit: cover;
border-radius: var(--Corner-radius-Medium);
margin: var(--Spacing-x1) var(--Spacing-x0);
overflow: hidden;
}
.image {
width: 100%;
object-fit: cover;
}
.ul,