diff --git a/scm-ui/ui-components/src/Loading.js b/scm-ui/ui-components/src/Loading.js index 2ead83c153..f17a9b7fd8 100644 --- a/scm-ui/ui-components/src/Loading.js +++ b/scm-ui/ui-components/src/Loading.js @@ -10,12 +10,14 @@ type Props = { }; const Wrapper = styled.div` + flex-direction: column; align-items: center; justify-content: center; min-height: 256px; `; const FixedSizedImage = styled(Image)` + margin-bottom: 0.75rem; width: 128px; height: 128px; `;