mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 10:03:36 +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',
|
||||
gap: '8px',
|
||||
gridAutoFlow: 'row',
|
||||
width: '100%',
|
||||
}}
|
||||
>
|
||||
<SyncStatusCards />
|
||||
<AddCardsContainer cardsAmount={2} />
|
||||
{width < 1375 ? (
|
||||
<Stack style={{ gridColumn: '1 / span 2' }} width={'101%'}>
|
||||
<BalanceChartCard />
|
||||
</Stack>
|
||||
) : (
|
||||
<Stack width={'101%'}>
|
||||
<BalanceChartCard />
|
||||
</Stack>
|
||||
)}
|
||||
|
||||
<BalanceChartCard />
|
||||
</Stack>
|
||||
<BasicInfoCards />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user