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 5869a67 commit e94d8a8Copy full SHA for e94d8a8
src/components/Product/SingleProduct.component.tsx
@@ -115,7 +115,7 @@ const SingleProduct = ({ product }: IProductRootObject) => {
115
<select
116
id="variant"
117
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"
+ 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"
119
onChange={(e) => {
120
setSelectedVariation(Number(e.target.value));
121
}}
0 commit comments