fix(manage validator): Set max width to `ManageValidator` stack
and some formatting Co-authored-by: RadoslavDimchev <RadoslavDimchev111@gmail.com>
This commit is contained in:
parent
f30fc9a786
commit
d63e1c6627
|
@ -25,6 +25,7 @@ const ManageValidator = () => {
|
|||
>
|
||||
<Stack
|
||||
width={'50%'}
|
||||
maxWidth="50%"
|
||||
flexGrow={1}
|
||||
space={'$2'}
|
||||
style={{ borderRight: '1px solid #DCE0E5' }}
|
||||
|
|
|
@ -27,7 +27,7 @@ const DepositValidator = () => {
|
|||
justifyContent: 'space-between',
|
||||
}}
|
||||
>
|
||||
<YStack space={'$2'} width={"60%"} >
|
||||
<YStack space={'$2'} width={'60%'}>
|
||||
<Text size={15} weight="regular" color={'#647084'}>
|
||||
Deposit validator
|
||||
</Text>
|
||||
|
|
Loading…
Reference in New Issue