fix(validator-management): decrease height for device card in mobile
This commit is contained in:
parent
2def855f0b
commit
44f07992d5
|
@ -27,7 +27,7 @@ const ValidatorManagement = () => {
|
|||
<div className={styles['cards-container']}>
|
||||
<DeviceUptime
|
||||
style={{ flex: 1, minHeight: isDeviceCardColumn ? '0' : '100%' }}
|
||||
chartHeight="78%"
|
||||
chartHeight={isDeviceCardColumn ? '60%' : '78%'}
|
||||
/>
|
||||
<div className={styles['right-cards-container']}>
|
||||
<div className={styles['charts-container']}>
|
||||
|
|
Loading…
Reference in New Issue