We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfbbff commit f0a7721Copy full SHA for f0a7721
clients/web/src/components/item/item-media.js
@@ -23,7 +23,7 @@ const cardMediaStyles = css`
23
position: absolute;
24
object-fit: cover;
25
width: 100%;
26
- height: auto;
+ height: 100%;
27
min-height: var(--aspect-percent);
28
transition-property: opacity;
29
transition-duration: 0.2s;
clients/web/src/containers/collections/stories-page/card.spec.js.snap
@@ -9,7 +9,7 @@ exports[`ItemCard renders a story 1`] = `
9
class="media-block"
10
>
11
<div
12
- class="css-dwpxoa media"
+ class="css-14x2fwa media"
13
14
<a
15
data-testid="image-link"
0 commit comments