fix(manage validator): Set max width to `ManageValidator` stack

and some formatting

Co-authored-by: RadoslavDimchev <RadoslavDimchev111@gmail.com>
This commit is contained in:
Emil Ivanichkov 2024-03-12 14:08:51 +02:00 committed by Emil Ivanichkov
parent f30fc9a786
commit d63e1c6627
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ const ManageValidator = () => {
>
<Stack
width={'50%'}
maxWidth="50%"
flexGrow={1}
space={'$2'}
style={{ borderRight: '1px solid #DCE0E5' }}

View File

@ -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>