Skip to content

Commit

Permalink
removing flexgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Jun 26, 2020
1 parent 572d9a1 commit d609e6a
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import './datapanel.scss';
import React, { memo, useCallback } from 'react';
import {
EuiFlexGroup,
EuiFlexItem,
EuiText,
EuiNotificationBadge,
EuiSpacer,
Expand Down Expand Up @@ -83,11 +81,7 @@ export const InnerFieldsAccordion = function InnerFieldsAccordion({
{fieldsCount}
</EuiNotificationBadge>
) : (
<EuiFlexGroup justifyContent="spaceAround">
<EuiFlexItem grow={false}>
<EuiLoadingSpinner size="m" />
</EuiFlexItem>
</EuiFlexGroup>
<EuiLoadingSpinner size="m" />
)
}
>
Expand Down

0 comments on commit d609e6a

Please sign in to comment.