Skip to content

Commit

Permalink
frontend: adjust height
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Apr 18, 2023
1 parent 99f91aa commit 9e63eba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const MobileScoreboardItemModal: FC<MobileScoreboardItemModalProps> = (props) =>
>
<Stack align="center" spacing="xs">
<Stack style={{ width: '60%', minWidth: '20rem' }}>
<Center style={{ height: '12rem' }}>
<Center style={{ height: '14rem' }}>
<LoadingOverlay visible={!indicator || !values} />
{item && indicator && values && (
<TeamRadarMap indicator={indicator} value={values} name={item?.name ?? ''} />
Expand Down

0 comments on commit 9e63eba

Please sign in to comment.