Commit e0007a5a authored by Max Alekseenko's avatar Max Alekseenko

update input width

parent f80e9fa5
...@@ -150,11 +150,13 @@ const RewardsDashboard = () => { ...@@ -150,11 +150,13 @@ const RewardsDashboard = () => {
label="Referral link" label="Referral link"
value={ `https://eth.blockscout.com?ref=${ referralsQuery.data?.code }` } value={ `https://eth.blockscout.com?ref=${ referralsQuery.data?.code }` }
isLoading={ referralsQuery.isPending } isLoading={ referralsQuery.isPending }
flex={ 2 }
/> />
<CopyField <CopyField
label="Referral code" label="Referral code"
value={ referralsQuery.data?.code || '' } value={ referralsQuery.data?.code || '' }
isLoading={ referralsQuery.isPending } isLoading={ referralsQuery.isPending }
flex={ 1 }
/> />
</Flex> </Flex>
</RewardsDashboardCard> </RewardsDashboardCard>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment