Skip to content

Commit

Permalink
fix(loadingindicator): fix display issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien committed Apr 9, 2020
1 parent fddcaf7 commit 516a35d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/LoadingIndicator/LoadingIndicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const sharedIndeterminateInnerStyles = css`
width: 100%;
display: inline-block;
background: ${({ theme }) => theme.progress};
position: absolute;
`;
const IndeterminateWrapper = styled.div`
width: 100%;
Expand Down

0 comments on commit 516a35d

Please sign in to comment.