fix(diamond-card): height and flex grow

This commit is contained in:
RadoslavDimchev 2024-04-03 07:50:38 +03:00 committed by Radoslav Dimchev
parent 4605d16904
commit a8b87bfe78
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ const DiamondCard = () => {
style={{
padding: '8px 12px',
borderRadius: '16px',
flexGrow: '1',
height: 'max-fit',
height: 'auto',
}}
>
<Stack style={{ marginBottom: '8px' }}>