diff --git a/theme/assets/css/src/components/fse/image-card.css b/theme/assets/css/src/components/fse/image-card.css index 7624a5a44..a9e48890f 100644 --- a/theme/assets/css/src/components/fse/image-card.css +++ b/theme/assets/css/src/components/fse/image-card.css @@ -20,14 +20,12 @@ .mdc-image-list__supporting { position: absolute; background: rgba(0, 0, 0, .6); - bottom: 0; + bottom: 7.5px; color: #fff; - height: 48px; + height: auto; width: 100%; align-items: start; - border-bottom-left-radius: 4px; border-bottom-left-radius: var(--mdc-image-list-radius, 4px); - border-bottom-right-radius: 4px; border-bottom-right-radius: var(--mdc-image-list-radius, 4px); max-height: 100%; min-height: 48px;