mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-28 02:50:45 +00:00
fix(diamond-card): height and flex grow
This commit is contained in:
parent
4605d16904
commit
a8b87bfe78
@ -8,8 +8,7 @@ const DiamondCard = () => {
|
|||||||
style={{
|
style={{
|
||||||
padding: '8px 12px',
|
padding: '8px 12px',
|
||||||
borderRadius: '16px',
|
borderRadius: '16px',
|
||||||
flexGrow: '1',
|
height: 'auto',
|
||||||
height: 'max-fit',
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Stack style={{ marginBottom: '8px' }}>
|
<Stack style={{ marginBottom: '8px' }}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user