make placeholder graph match actual graph height
This commit is contained in:
parent
d4e280a563
commit
0964133dbe
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ const ServicePlaceholder = () => (
|
|||
<ReactPlaceholder
|
||||
type="rect"
|
||||
ready={false}
|
||||
style={{ width: '100%', height: '6rem', marginTop: '1rem' }}
|
||||
style={{ width: '100%', height: '160px', marginTop: '1rem' }}
|
||||
showLoadingAnimation
|
||||
>
|
||||
{' '}
|
||||
|
|
Loading…
Reference in a new issue