Skip to content

Commit e94d8a8

Browse files
committed
Update SingleProduct.component.tsx
1 parent 5869a67 commit e94d8a8

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
@@ -115,7 +115,7 @@ const SingleProduct = ({ product }: IProductRootObject) => {
115115
<select
116116
id="variant"
117117
name="variant"
118-
className="block w-full px-4 py-2 bg-white border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"
118+
className="max-w-[14.375rem] block w-full px-4 py-2 bg-white border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"
119119
onChange={(e) => {
120120
setSelectedVariation(Number(e.target.value));
121121
}}

0 commit comments

Comments
 (0)