fix(SW-1188): set height of image wrapper

This commit is contained in:
Fredrik Thorsson
2025-01-10 11:05:39 +01:00
parent af23702116
commit 41c955cb07
2 changed files with 6 additions and 5 deletions

View File

@@ -23,6 +23,7 @@
.imageWrapper {
display: flex;
width: 100%;
height: 100%;
}
.imageWrapper::after {