Skip to content

Commit 61062e4

Browse files
committed
Update SingleProduct.component.tsx
1 parent 1f909f3 commit 61062e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Product/SingleProduct.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const SingleProduct = ({ product }: IProductRootObject) => {
134134
</select>
135135
</div>
136136
)}
137-
<div className="w-full">
137+
<div className="w-full p-4">
138138
{product.variations && (
139139
<AddToCart
140140
product={product}

0 commit comments

Comments
 (0)