We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12d3cef + f20a41e commit 020684bCopy full SHA for 020684b
1 file changed
src/components/Staking/StakingProductsCardGrid/StakingProductCard.tsx
@@ -178,7 +178,7 @@ export const StakingProductCard = ({
178
)}
179
</div>
180
181
- <div className="flex min-h-75 flex-wrap items-start gap-1 p-6 pt-0">
+ <div className="flex flex-wrap items-start gap-1 p-6 pt-0">
182
{platforms.map((platform, idx) => (
183
<StakingBadge type="platform" key={idx}>
184
{platform}
0 commit comments