Skip to content

Commit

Permalink
Fix/markup fix (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
solveit-rodion-kuhty authored Sep 27, 2023
1 parent 98d2adc commit 4ee50e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/widgets/Leaderboard/TopWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const WidgetWrapper = styled(ModalWrapper)(({ tournament }: { tournament?: boole
minHeight: 265,
'@media (max-width: 600px)': {
width: 'auto',
maxHeight: tournament ? '100%' : 325,
maxHeight: tournament ? '100%' : 'auto',
},
}));

Expand Down

0 comments on commit 4ee50e6

Please sign in to comment.