fix: style of gauge
This commit is contained in:
parent
584554a1d5
commit
e6934f48a1
|
@ -48,7 +48,8 @@ const SyncStatusCardConsensus: React.FC<DeviceStorageHealthProps> = ({ synced, t
|
|||
style={{
|
||||
position: 'absolute',
|
||||
right: '44px',
|
||||
height: '181px',
|
||||
height: '115px',
|
||||
width: '115px',
|
||||
}}
|
||||
>
|
||||
<StandardGauge data={data()} />
|
||||
|
|
|
@ -47,7 +47,8 @@ const SyncStatusCardExecution: React.FC<DeviceStorageHealthProps> = ({ synced, t
|
|||
style={{
|
||||
position: 'absolute',
|
||||
right: '44px',
|
||||
height: '181px',
|
||||
height: '115px',
|
||||
width: '115px',
|
||||
}}
|
||||
>
|
||||
<StandardGauge data={data()} />
|
||||
|
|
Loading…
Reference in New Issue