mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 11:56:26 +00:00
fix(balance chart bug): fix bug with width of balance chart
This commit is contained in:
parent
bc4c46bea0
commit
932d177391
@ -37,19 +37,13 @@ const DashboardContent = () => {
|
|||||||
gridTemplateColumns: width < 1375 ? '1fr 1fr' : '1fr 1fr 2fr',
|
gridTemplateColumns: width < 1375 ? '1fr 1fr' : '1fr 1fr 2fr',
|
||||||
gap: '8px',
|
gap: '8px',
|
||||||
gridAutoFlow: 'row',
|
gridAutoFlow: 'row',
|
||||||
|
width: '100%',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<SyncStatusCards />
|
<SyncStatusCards />
|
||||||
<AddCardsContainer cardsAmount={2} />
|
<AddCardsContainer cardsAmount={2} />
|
||||||
{width < 1375 ? (
|
|
||||||
<Stack style={{ gridColumn: '1 / span 2' }} width={'101%'}>
|
<BalanceChartCard />
|
||||||
<BalanceChartCard />
|
|
||||||
</Stack>
|
|
||||||
) : (
|
|
||||||
<Stack width={'101%'}>
|
|
||||||
<BalanceChartCard />
|
|
||||||
</Stack>
|
|
||||||
)}
|
|
||||||
</Stack>
|
</Stack>
|
||||||
<BasicInfoCards />
|
<BasicInfoCards />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user