Skip to content

Commit

Permalink
Merge pull request #2743 from beckn/cypress-2734
Browse files Browse the repository at this point in the history
fix: added min height on short description area for state forest dep
  • Loading branch information
aniketceminds authored Dec 12, 2024
2 parents 1e1a7f9 + 2d9ec3b commit e1a036f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/state-forest-department/pages/product.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const Product = () => {
borderRadius="12px"
p="16px"
mb="20px"
minH={'140px'}
>
<Typography
text={`About ${selectedProduct.providerName}`}
Expand Down

0 comments on commit e1a036f

Please sign in to comment.