fix: min-height & min-width issue

This commit is contained in:
abdou6666 2024-12-03 10:47:00 +01:00
parent f2839010fe
commit 3d6a73f2f6

View File

@ -19,6 +19,8 @@
.sc-message--carousel-element {
padding: 1rem 2rem;
width: 100%;
min-width: 307px;
min-height: 172px;
.sc-message--carousel-element-image {
background-position: center;