mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
fix: remove fixed width from management card
This commit is contained in:
parent
9246721b43
commit
41a1d872c0
@ -5,7 +5,7 @@ const ManagementCard = () => {
|
||||
return (
|
||||
<YStack
|
||||
space={'$3'}
|
||||
style={{ border: '1px solid #F0F2F5', borderRadius: '16px', width: '297px', maxWidth: '33%' }}
|
||||
style={{ border: '1px solid #F0F2F5', borderRadius: '16px', width: '33%' }}
|
||||
>
|
||||
<Stack style={{ padding: '12px 16px' }}>
|
||||
<Text size={15} weight={'semibold'}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user