Skip to content

Commit

Permalink
fix(stip): can not view full t&c on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Jul 25, 2024
1 parent 9985fac commit 89aa13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Campaign/components/Information.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ export default function Information({ type, week }: { type: CampaignType; week:
lineHeight="28px"
marginLeft="12px"
sx={{
maxHeight: isShowTc ? '1000px' : 0,
maxHeight: isShowTc ? '2000px' : 0,
opacity: isShowTc ? 1 : 0,
marginTop: isShowTc ? '1rem' : 0,
transition: 'all 0.3s ease',
Expand Down

0 comments on commit 89aa13f

Please sign in to comment.