We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b1986 commit dd1d48aCopy full SHA for dd1d48a
components/Cart/CartPage/CartItem.component.jsx
@@ -26,7 +26,7 @@ const CartItem = ({
26
</td>
27
<td className="px-4 py-2 border">
28
<img
29
- width="64"
+ className="w-full"
30
src={item.image.sourceUrl}
31
srcSet={item.image.srcSet}
32
alt={item.image.title}
0 commit comments