fix(diamond-card): height and flex grow
This commit is contained in:
parent
4605d16904
commit
a8b87bfe78
|
@ -8,8 +8,7 @@ const DiamondCard = () => {
|
|||
style={{
|
||||
padding: '8px 12px',
|
||||
borderRadius: '16px',
|
||||
flexGrow: '1',
|
||||
height: 'max-fit',
|
||||
height: 'auto',
|
||||
}}
|
||||
>
|
||||
<Stack style={{ marginBottom: '8px' }}>
|
||||
|
|
Loading…
Reference in New Issue